#421408

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

Shades of Brown Pod #421408

Tints of Brown Pod #421408

Color information

#421408 (or 0x421408) is unknown color: approx Brown Pod. HEX triplet: 42, 14 and 08. RGB value is (66,20,8). Sum of RGB (Red+Green+Blue) = 66+20+8=94 (12% of max value = 765). Red value is 66 (26.17% from 255 or 70.21% from 94); Green value is 20 (8.20% from 255 or 21.28% from 94); Blue value is 8 (3.52% from 255 or 8.51% from 94); Max value from RGB is 66 - color contains mainly: red. Hex color #421408 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421408 is #BDEBF7. Grayscale: #202020. Windows color (decimal): -12446712 or 529474. OLE color: 529474.

HSL color Cylindrical-coordinate representation of color #421408: hue angle of 12.41º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #421408 is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.74.

Color convert

RGB66208-
CMYK00.700.880.74
HSL12.41º78.38%14.51%-
HSV(B)12.41º87.88%25.88%-
XYZ2.541.680.42-
YUV32.39114.24151.98-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 70.21%
GREEN value IS 20 (8.20% from 255) = 21.28%
BLUE value IS 8 (3.52% from 255) = 8.51%
R=70.21%
G=21.28%
B=8.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.88
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6620800.700.880.7412.4178.3814.51
Hex42148046584Ac4ef
Octal102241001061301121411617
Binary10000101010010000100011010110001001010110010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421408; }

 p { color: rgb(66,20,8); }

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

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

 a { background-color: rgb(66,20,8); }

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

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

 span { border-color: rgb(66,20,8); }

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