#421E17

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

Shades of Brown Pod #421E17

Tints of Brown Pod #421E17

Color information

#421E17 (or 0x421E17) is unknown color: approx Brown Pod. HEX triplet: 42, 1E and 17. RGB value is (66,30,23). Sum of RGB (Red+Green+Blue) = 66+30+23=119 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55.46% from 119); Green value is 30 (12.11% from 255 or 25.21% from 119); Blue value is 23 (9.38% from 255 or 19.33% from 119); Max value from RGB is 66 - color contains mainly: red. Hex color #421E17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421E17 is #BDE1E8. Grayscale: #282828. Windows color (decimal): -12444137 or 1515074. OLE color: 1515074.

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

Color convert

RGB663023-
CMYK00.550.650.74
HSL9.77º48.31%17.45%-
HSV(B)9.77º65.15%25.88%-
XYZ2.872.151.07-
YUV39.97118.43146.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 55.46%
GREEN value IS 30 (12.11% from 255) = 25.21%
BLUE value IS 23 (9.38% from 255) = 19.33%
R=55.46%
G=25.21%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.65
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66302300.550.650.749.7748.3117.45
Hex421E17037414Aa3011
Octal1023627067101112126021
Binary10000101111010111011011110000011001010101011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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