Html Css Color HEX #29180B Cocoa Brown

📋 copy color: '#29180B'

red 41 ◦ green 24 ◦ blue 11

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

Shades of Cocoa Brown #29180B

Tints of Cocoa Brown #29180B

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

 M value IS 0.41

 Y value IS 0.73

 K value IS 0.84

RGB Variations

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

Color information

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

RGB 41 24 11 -
CMYK 0 0.41 0.73 0.84
HSL 26º 0.58% 0.1% -
HSV(B) 26º 0.73% 0.16% -
XYZ 1.3 1.15 0.47 -
YUV 27.6 118.63 137.56 -
System Red Green Blue C M Y K H S L
Decimal 41 24 11 0 0.41 0.73 0.84 26 0.58 0.1
Hex 29 18 B 0 29 49 54 1A 3A A
Octal 51 30 13 0 51 111 124 32 72 12
Binary 101001 11000 1011 0 101001 1001001 1010100 11010 111010 1010

Color Harmonies of #29180B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29180B

Black with #29180B

Text Example


Text Example

White with #29180B

Text Example


Text Example

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