#42200D

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

Shades of Brown Pod #42200D

Tints of Brown Pod #42200D

Color information

#42200D (or 0x42200D) is unknown color: approx Brown Pod. HEX triplet: 42, 20 and 0D. RGB value is (66,32,13). Sum of RGB (Red+Green+Blue) = 66+32+13=111 (14% of max value = 765). Red value is 66 (26.17% from 255 or 59.46% from 111); Green value is 32 (12.89% from 255 or 28.83% from 111); Blue value is 13 (5.47% from 255 or 11.71% from 111); Max value from RGB is 66 - color contains mainly: red. Hex color #42200D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42200D is #BDDFF2. Grayscale: #282828. Windows color (decimal): -12443635 or 860226. OLE color: 860226.

HSL color Cylindrical-coordinate representation of color #42200D: hue angle of 21.51º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #42200D is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.74.

Color convert

RGB663213-
CMYK00.520.800.74
HSL21.51º67.09%15.49%-
HSV(B)21.51º80.3%25.88%-
XYZ2.842.220.66-
YUV40112.76146.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 59.46%
GREEN value IS 32 (12.89% from 255) = 28.83%
BLUE value IS 13 (5.47% from 255) = 11.71%
R=59.46%
G=28.83%
B=11.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.80
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66321300.520.800.7421.5167.0915.49
Hex4220D034504A1643f
Octal10240150641201122610317
Binary100001010000011010110100101000010010101011010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42200D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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