#421904

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

Shades of Brown Pod #421904

Tints of Brown Pod #421904

Color information

#421904 (or 0x421904) is unknown color: approx Brown Pod. HEX triplet: 42, 19 and 04. RGB value is (66,25,4). Sum of RGB (Red+Green+Blue) = 66+25+4=95 (12% of max value = 765). Red value is 66 (26.17% from 255 or 69.47% from 95); Green value is 25 (10.16% from 255 or 26.32% from 95); Blue value is 4 (1.95% from 255 or 4.21% from 95); Max value from RGB is 66 - color contains mainly: red. Hex color #421904 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421904 is #BDE6FB. Grayscale: #222222. Windows color (decimal): -12445436 or 268610. OLE color: 268610.

HSL color Cylindrical-coordinate representation of color #421904: hue angle of 20.32º 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 #421904 is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.74.

Color convert

RGB66254-
CMYK00.620.940.74
HSL20.32º88.57%13.73%-
HSV(B)20.32º93.94%25.88%-
XYZ2.621.860.34-
YUV34.86110.58150.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 69.47%
GREEN value IS 25 (10.16% from 255) = 26.32%
BLUE value IS 4 (1.95% from 255) = 4.21%
R=69.47%
G=26.32%
B=4.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.94
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6625400.620.940.7420.3288.5713.73
Hex4219403E5E4A1459e
Octal1023140761361122413116
Binary1000010110011000111110101111010010101010010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421904; }

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

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

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

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

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

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

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

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