#29190D

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

Shades of Cocoa Brown #29190D

Tints of Cocoa Brown #29190D

Color information

#29190D (or 0x29190D) is unknown color: approx Cocoa Brown. HEX triplet: 29, 19 and 0D. RGB value is (41,25,13). Sum of RGB (Red+Green+Blue) = 41+25+13=79 (10% of max value = 765). Red value is 41 (16.41% from 255 or 51.90% from 79); Green value is 25 (10.16% from 255 or 31.65% from 79); Blue value is 13 (5.47% from 255 or 16.46% from 79); Max value from RGB is 41 - color contains mainly: red. Hex color #29190D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29190D is #D6E6F2. Grayscale: #1C1C1C. Windows color (decimal): -14083827 or 858409. OLE color: 858409.

HSL color Cylindrical-coordinate representation of color #29190D: hue angle of 25.71º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #29190D is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.84.

Color convert

RGB412513-
CMYK00.390.680.84
HSL25.71º51.85%10.59%-
HSV(B)25.71º68.29%16.08%-
XYZ1.331.20.54-
YUV28.42119.3136.98-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 51.90%
GREEN value IS 25 (10.16% from 255) = 31.65%
BLUE value IS 13 (5.47% from 255) = 16.46%
R=51.90%
G=31.65%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.68
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41251300.390.680.8425.7151.8510.59
Hex2919D02744541a34b
Octal513115047104124326413
Binary101001110011101010011110001001010100110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29190D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,25,13); }

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

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

 a { background-color: rgb(41,25,13); }

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

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

 span { border-color: rgb(41,25,13); }

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