#421E19

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

Shades of Brown Pod #421E19

Tints of Brown Pod #421E19

Color information

#421E19 (or 0x421E19) is unknown color: approx Brown Pod. HEX triplet: 42, 1E and 19. RGB value is (66,30,25). Sum of RGB (Red+Green+Blue) = 66+30+25=121 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.55% from 121); Green value is 30 (12.11% from 255 or 24.79% from 121); Blue value is 25 (10.16% from 255 or 20.66% from 121); Max value from RGB is 66 - color contains mainly: red. Hex color #421E19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421E19 is #BDE1E6. Grayscale: #282828. Windows color (decimal): -12444135 or 1646146. OLE color: 1646146.

HSL color Cylindrical-coordinate representation of color #421E19: hue angle of 7.32º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #421E19 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.74.

Color convert

RGB663025-
CMYK00.550.620.74
HSL7.32º45.05%17.84%-
HSV(B)7.32º62.12%25.88%-
XYZ2.892.161.18-
YUV40.19119.43146.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 54.55%
GREEN value IS 30 (12.11% from 255) = 24.79%
BLUE value IS 25 (10.16% from 255) = 20.66%
R=54.55%
G=24.79%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.62
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66302500.550.620.747.3245.0517.84
Hex421E190373E4A72d12
Octal10236310677611275522
Binary100001011110110010110111111110100101011110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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