#421604

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

Shades of Brown Pod #421604

Tints of Brown Pod #421604

Color information

#421604 (or 0x421604) is unknown color: approx Brown Pod. HEX triplet: 42, 16 and 04. RGB value is (66,22,4). Sum of RGB (Red+Green+Blue) = 66+22+4=92 (12% of max value = 765). Red value is 66 (26.17% from 255 or 71.74% from 92); Green value is 22 (8.98% from 255 or 23.91% from 92); Blue value is 4 (1.95% from 255 or 4.35% from 92); Max value from RGB is 66 - color contains mainly: red. Hex color #421604 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421604 is #BDE9FB. Grayscale: #212121. Windows color (decimal): -12446204 or 267842. OLE color: 267842.

HSL color Cylindrical-coordinate representation of color #421604: hue angle of 17.42º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #421604 is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.74.

Color convert

RGB66224-
CMYK00.670.940.74
HSL17.42º88.57%13.73%-
HSV(B)17.42º93.94%25.88%-
XYZ2.561.740.32-
YUV33.1111.58151.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 71.74%
GREEN value IS 22 (8.98% from 255) = 23.91%
BLUE value IS 4 (1.95% from 255) = 4.35%
R=71.74%
G=23.91%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.94
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6622400.670.940.7417.4288.5713.73
Hex421640435E4A1159e
Octal10226401031361122113116
Binary10000101011010001000011101111010010101000110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421604; }

 p { color: rgb(66,22,4); }

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

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

 a { background-color: rgb(66,22,4); }

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

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

 span { border-color: rgb(66,22,4); }

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