Html Css Color HEX #291D12 Cocoa Brown

📋 copy color: '#291D12'

red 41 ◦ green 29 ◦ blue 18

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

Shades of Cocoa Brown #291D12

Tints of Cocoa Brown #291D12

RGB

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

 GREEN value IS 29 (11.72% from 255) = 32.95%

 BLUE value IS 18 (7.42% from 255) = 20.45%

R = 46.59%
G = 32.95%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.56

 K value IS 0.84

RGB Variations

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

Color information

#291D12 (or 0x291D12) is known color: Cocoa Brown. HEX triplet: 29, 1D and 12. RGB value is (41,29,18). Sum of RGB (Red+Green+Blue) = 41+29+18=88 (11% of max value = 765). Red value is 41 (16.41% from 255 or 46.59% from 88); Green value is 29 (11.72% from 255 or 32.95% from 88); Blue value is 18 (7.42% from 255 or 20.45% from 88); Max value from RGB is 41 - color contains mainly: red. Hex color #291D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #291D12 is #D6E2ED. Grayscale: #1F1F1F. Windows color (decimal): -14082798 or 1187113. OLE color: 1187113.

HSL color Cylindrical-coordinate representation of color #291D12: hue angle of 28.7º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #291D12 is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 29 18 -
CMYK 0 0.29 0.56 0.84
HSL 28.7º 0.39% 0.12% -
HSV(B) 28.7º 0.56% 0.16% -
XYZ 1.46 1.39 0.76 -
YUV 31.33 120.48 134.89 -
System Red Green Blue C M Y K H S L
Decimal 41 29 18 0 0.29 0.56 0.84 28.7 0.39 0.12
Hex 29 1D 12 0 1D 38 54 1D 27 C
Octal 51 35 22 0 35 70 124 35 47 14
Binary 101001 11101 10010 0 11101 111000 1010100 11101 100111 1100

Color Harmonies of #291D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291D12

Black with #291D12

Text Example


Text Example

White with #291D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,29,18); }

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

background-color css

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

 a { background-color: rgb(41,29,18); }

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

border-color css

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

 span { border-color: rgb(41,29,18); }

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