#422001

Color #422001 Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #422001

Tints of Brown Pod #422001

Color information

#422001 (or 0x422001) is unknown color: approx Brown Pod. HEX triplet: 42, 20 and 01. RGB value is (66,32,1). Sum of RGB (Red+Green+Blue) = 66+32+1=99 (13% of max value = 765). Red value is 66 (26.17% from 255 or 66.67% from 99); Green value is 32 (12.89% from 255 or 32.32% from 99); Blue value is 1 (0.78% from 255 or 1.01% from 99); Max value from RGB is 66 - color contains mainly: red. Hex color #422001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422001 is #BDDFFE. Grayscale: #262626. Windows color (decimal): -12443647 or 73794. OLE color: 73794.

HSL color Cylindrical-coordinate representation of color #422001: hue angle of 28.62º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #422001 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.74.

Color convert

RGB66321-
CMYK00.520.980.74
HSL28.62º97.01%13.14%-
HSV(B)28.62º98.48%25.88%-
XYZ2.772.190.31-
YUV38.63106.76147.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 66.67%
GREEN value IS 32 (12.89% from 255) = 32.32%
BLUE value IS 1 (0.78% from 255) = 1.01%
R=66.67%
G=32.32%
B=1.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.98
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6632100.520.980.7428.6297.0113.14
Hex42201034624A1d61d
Octal1024010641421123514115
Binary100001010000010110100110001010010101110111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422001; }

 p { color: rgb(66,32,1); }

 H1.HeaderClassName
 {
   color: #422001;
 }
 .AnyTagClassName
 {
   color: #422001;
 }
</style>
background-color css

<style>
 a { background-color: #422001; }

 a { background-color: rgb(66,32,1); }

 div.DivClassName
 {
   background-color: #422001;
 }
 .BgClassName
 {
   background-color: #422001;
 }
</style>
border-color css

<style>
 span { border-color: #422001; }

 span { border-color: rgb(66,32,1); }

 td.TdClassName
 {
   border-color: #422001;
 }
 .TagClassName
 {
   border-color: #422001;
 }
</style>