#421D04

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

Shades of Brown Pod #421D04

Tints of Brown Pod #421D04

Color information

#421D04 (or 0x421D04) is unknown color: approx Brown Pod. HEX triplet: 42, 1D and 04. RGB value is (66,29,4). Sum of RGB (Red+Green+Blue) = 66+29+4=99 (13% of max value = 765). Red value is 66 (26.17% from 255 or 66.67% from 99); Green value is 29 (11.72% from 255 or 29.29% from 99); Blue value is 4 (1.95% from 255 or 4.04% from 99); Max value from RGB is 66 - color contains mainly: red. Hex color #421D04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421D04 is #BDE2FB. Grayscale: #252525. Windows color (decimal): -12444412 or 269634. OLE color: 269634.

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

Color convert

RGB66294-
CMYK00.560.940.74
HSL24.19º88.57%13.73%-
HSV(B)24.19º93.94%25.88%-
XYZ2.712.050.37-
YUV37.21109.26148.53-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 66.67%
GREEN value IS 29 (11.72% from 255) = 29.29%
BLUE value IS 4 (1.95% from 255) = 4.04%
R=66.67%
G=29.29%
B=4.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.94
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6629400.560.940.7424.1988.5713.73
Hex421D40385E4A1859e
Octal1023540701361123013116
Binary1000010111011000111000101111010010101100010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421D04; }

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

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

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

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

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

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

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

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