Html Css Color HEX #29180C Cocoa Brown

📋 copy color: '#29180C'

red 41 ◦ green 24 ◦ blue 12

#29180C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cocoa Brown #29180C

Tints of Cocoa Brown #29180C

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 value IS 0

 M value IS 0.41

 Y value IS 0.71

 K value IS 0.84

RGB Variations

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

Color information

#29180C (or 0x29180C) is known color: 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

RGB 41 24 12 -
CMYK 0 0.41 0.71 0.84
HSL 24.83º 0.55% 0.1% -
HSV(B) 24.83º 0.71% 0.16% -
XYZ 1.31 1.15 0.5 -
YUV 27.72 119.13 137.48 -
System Red Green Blue C M Y K H S L
Decimal 41 24 12 0 0.41 0.71 0.84 24.83 0.55 0.1
Hex 29 18 C 0 29 47 54 19 37 A
Octal 51 30 14 0 51 107 124 31 67 12
Binary 101001 11000 1100 0 101001 1000111 1010100 11001 110111 1010

Color Harmonies of #29180C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29180C

Black with #29180C

Text Example


Text Example

White with #29180C

Text Example


Text Example

HTML Codes & Css Web 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>