Html Css Color HEX #29190C Cocoa Brown

📋 copy color: '#29190C'

red 41 ◦ green 25 ◦ blue 12

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

Shades of Cocoa Brown #29190C

Tints of Cocoa Brown #29190C

RGB

 RED value IS 41 (16.41% from 255) = 52.56%

 GREEN value IS 25 (10.16% from 255) = 32.05%

 BLUE value IS 12 (5.08% from 255) = 15.38%

R = 52.56%
G = 32.05%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.71

 K value IS 0.84

RGB Variations

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

Color information

#29190C (or 0x29190C) is known color: Cocoa Brown. HEX triplet: 29, 19 and 0C. RGB value is (41,25,12). Sum of RGB (Red+Green+Blue) = 41+25+12=78 (10% of max value = 765). Red value is 41 (16.41% from 255 or 52.56% from 78); Green value is 25 (10.16% from 255 or 32.05% from 78); Blue value is 12 (5.08% from 255 or 15.38% from 78); Max value from RGB is 41 - color contains mainly: red. Hex color #29190C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29190C is #D6E6F3. Grayscale: #1C1C1C. Windows color (decimal): -14083828 or 792873. OLE color: 792873.

HSL color Cylindrical-coordinate representation of color #29190C: hue angle of 26.9º 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 #29190C is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 25 12 -
CMYK 0 0.39 0.71 0.84
HSL 26.9º 0.55% 0.1% -
HSV(B) 26.9º 0.71% 0.16% -
XYZ 1.33 1.19 0.51 -
YUV 28.3 118.8 137.06 -
System Red Green Blue C M Y K H S L
Decimal 41 25 12 0 0.39 0.71 0.84 26.9 0.55 0.1
Hex 29 19 C 0 27 47 54 1B 37 A
Octal 51 31 14 0 47 107 124 33 67 12
Binary 101001 11001 1100 0 100111 1000111 1010100 11011 110111 1010

Color Harmonies of #29190C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29190C

Black with #29190C

Text Example


Text Example

White with #29190C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #29190C;
 }
 .AnyTagClassName
 {
   color: #29190C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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