#29180C

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

Shades of Cocoa Brown #29180C

Tints of Cocoa Brown #29180C

Color information

#29180C (or 0x29180C) is unknown color: approx Cocoa Brown. HEX triplet: 29, 18 and 0C. RGB value is (41,24,12). Sum of RGB (Red+Green+Blue) = 41+24+12=77 (10% of max value = 765). Red value is 41 (16.41% from 255 or 53.25% from 77); Green value is 24 (9.77% from 255 or 31.17% from 77); Blue value is 12 (5.08% from 255 or 15.58% from 77); Max value from RGB is 41 - color contains mainly: red. Hex color #29180C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29180C is #D6E7F3. Grayscale: #1B1B1B. Windows color (decimal): -14084084 or 792617. OLE color: 792617.

HSL color Cylindrical-coordinate representation of color #29180C: hue angle of 24.83º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #29180C is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.84.

Color convert

RGB412412-
CMYK00.410.710.84
HSL24.83º54.72%10.39%-
HSV(B)24.83º70.73%16.08%-
XYZ1.311.150.5-
YUV27.72119.13137.48-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 53.25%
GREEN value IS 24 (9.77% from 255) = 31.17%
BLUE value IS 12 (5.08% from 255) = 15.58%
R=53.25%
G=31.17%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.71
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41241200.410.710.8424.8354.7210.39
Hex2918C02947541937a
Octal513014051107124316712
Binary101001110001100010100110001111010100110011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29180C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,24,12); }

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

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

 a { background-color: rgb(41,24,12); }

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

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

 span { border-color: rgb(41,24,12); }

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