#42201D

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

Shades of Brown Pod #42201D

Tints of Brown Pod #42201D

Color information

#42201D (or 0x42201D) is unknown color: approx Brown Pod. HEX triplet: 42, 20 and 1D. RGB value is (66,32,29). Sum of RGB (Red+Green+Blue) = 66+32+29=127 (16% of max value = 765). Red value is 66 (26.17% from 255 or 51.97% from 127); Green value is 32 (12.89% from 255 or 25.20% from 127); Blue value is 29 (11.72% from 255 or 22.83% from 127); Max value from RGB is 66 - color contains mainly: red. Hex color #42201D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42201D is #BDDFE2. Grayscale: #292929. Windows color (decimal): -12443619 or 1908802. OLE color: 1908802.

HSL color Cylindrical-coordinate representation of color #42201D: hue angle of 4.86º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #42201D is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.74.

Color convert

RGB663229-
CMYK00.520.560.74
HSL4.86º38.95%18.63%-
HSV(B)4.86º56.06%25.88%-
XYZ2.992.281.45-
YUV41.82120.76145.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 51.97%
GREEN value IS 32 (12.89% from 255) = 25.20%
BLUE value IS 29 (11.72% from 255) = 22.83%
R=51.97%
G=25.20%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.56
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66322900.520.560.744.8638.9518.63
Hex42201D034384A52713
Octal10240350647011254723
Binary1000010100000111010110100111000100101010110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42201D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42201D; }

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

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

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

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

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

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

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

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