#40200C

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

Shades of Brown Pod #40200C

Tints of Brown Pod #40200C

Color information

#40200C (or 0x40200C) is unknown color: approx Brown Pod. HEX triplet: 40, 20 and 0C. RGB value is (64,32,12). Sum of RGB (Red+Green+Blue) = 64+32+12=108 (14% of max value = 765). Red value is 64 (25.39% from 255 or 59.26% from 108); Green value is 32 (12.89% from 255 or 29.63% from 108); Blue value is 12 (5.08% from 255 or 11.11% from 108); Max value from RGB is 64 - color contains mainly: red. Hex color #40200C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40200C is #BFDFF3. Grayscale: #272727. Windows color (decimal): -12574708 or 794688. OLE color: 794688.

HSL color Cylindrical-coordinate representation of color #40200C: hue angle of 23.08º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #40200C is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.75.

Color convert

RGB643212-
CMYK00.500.810.75
HSL23.08º68.42%14.9%-
HSV(B)23.08º81.25%25.1%-
XYZ2.72.150.62-
YUV39.29112.6145.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 59.26%
GREEN value IS 32 (12.89% from 255) = 29.63%
BLUE value IS 12 (5.08% from 255) = 11.11%
R=59.26%
G=29.63%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64321200.500.810.7523.0868.4214.9
Hex4020C032514B1744f
Octal10040140621211132710417
Binary100000010000011000110010101000110010111011110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40200C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40200C; }

 p { color: rgb(64,32,12); }

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

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

 a { background-color: rgb(64,32,12); }

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

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

 span { border-color: rgb(64,32,12); }

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