Html Css Color HEX #291C0D Cocoa Brown

📋 copy color: '#291C0D'

red 41 ◦ green 28 ◦ blue 13

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

Shades of Cocoa Brown #291C0D

Tints of Cocoa Brown #291C0D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 34.15%

 BLUE value IS 13 (5.47% from 255) = 15.85%

R = 50%
G = 34.15%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.84

RGB Variations

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

Color information

#291C0D (or 0x291C0D) is known color: Cocoa Brown. HEX triplet: 29, 1C and 0D. RGB value is (41,28,13). Sum of RGB (Red+Green+Blue) = 41+28+13=82 (10% of max value = 765). Red value is 41 (16.41% from 255 or 50% from 82); Green value is 28 (11.33% from 255 or 34.15% from 82); Blue value is 13 (5.47% from 255 or 15.85% from 82); Max value from RGB is 41 - color contains mainly: red. Hex color #291C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #291C0D is #D6E3F2. Grayscale: #1E1E1E. Windows color (decimal): -14083059 or 859177. OLE color: 859177.

HSL color Cylindrical-coordinate representation of color #291C0D: hue angle of 32.14º 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 #291C0D is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 28 13 -
CMYK 0 0.32 0.68 0.84
HSL 32.14º 0.52% 0.11% -
HSV(B) 32.14º 0.68% 0.16% -
XYZ 1.4 1.33 0.56 -
YUV 30.18 118.31 135.72 -
System Red Green Blue C M Y K H S L
Decimal 41 28 13 0 0.32 0.68 0.84 32.14 0.52 0.11
Hex 29 1C D 0 20 44 54 20 34 B
Octal 51 34 15 0 40 104 124 40 64 13
Binary 101001 11100 1101 0 100000 1000100 1010100 100000 110100 1011

Color Harmonies of #291C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291C0D

Black with #291C0D

Text Example


Text Example

White with #291C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291C0D; }

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

 H1.HeaderClassName
 {
   color: #291C0D;
 }
 .AnyTagClassName
 {
   color: #291C0D;
 }
</style>

background-color css

<style>
 a { background-color: #291C0D; }

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

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

border-color css

<style>
 span { border-color: #291C0D; }

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

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