#29180B

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

Shades of Cocoa Brown #29180B

Tints of Cocoa Brown #29180B

Color information

#29180B (or 0x29180B) is unknown color: approx Cocoa Brown. HEX triplet: 29, 18 and 0B. RGB value is (41,24,11). Sum of RGB (Red+Green+Blue) = 41+24+11=76 (10% of max value = 765). Red value is 41 (16.41% from 255 or 53.95% from 76); Green value is 24 (9.77% from 255 or 31.58% from 76); Blue value is 11 (4.69% from 255 or 14.47% from 76); Max value from RGB is 41 - color contains mainly: red. Hex color #29180B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29180B is #D6E7F4. Grayscale: #1B1B1B. Windows color (decimal): -14084085 or 727081. OLE color: 727081.

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

Color convert

RGB412411-
CMYK00.410.730.84
HSL26º57.69%10.2%-
HSV(B)26º73.17%16.08%-
XYZ1.31.150.47-
YUV27.6118.63137.56-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 53.95%
GREEN value IS 24 (9.77% from 255) = 31.58%
BLUE value IS 11 (4.69% from 255) = 14.47%
R=53.95%
G=31.58%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.73
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41241100.410.730.842657.6910.2
Hex2918B02949541a3aa
Octal513013051111124327212
Binary101001110001011010100110010011010100110101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29180B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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