Html Css Color HEX #291F12 Cocoa Brown

📋 copy color: '#291F12'

red 41 ◦ green 31 ◦ blue 18

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

Shades of Cocoa Brown #291F12

Tints of Cocoa Brown #291F12

RGB

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

 GREEN value IS 31 (12.5% from 255) = 34.44%

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

R = 45.56%
G = 34.44%
B = 20%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.56

 K value IS 0.84

RGB Variations

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

Color information

#291F12 (or 0x291F12) is known color: Cocoa Brown. HEX triplet: 29, 1F and 12. RGB value is (41,31,18). Sum of RGB (Red+Green+Blue) = 41+31+18=90 (11% of max value = 765). Red value is 41 (16.41% from 255 or 45.56% from 90); Green value is 31 (12.5% from 255 or 34.44% from 90); Blue value is 18 (7.42% from 255 or 20% from 90); Max value from RGB is 41 - color contains mainly: red. Hex color #291F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #291F12 is #D6E0ED. Grayscale: #202020. Windows color (decimal): -14082286 or 1187625. OLE color: 1187625.

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

Color convert

RGB 41 31 18 -
CMYK 0 0.24 0.56 0.84
HSL 33.91º 0.39% 0.12% -
HSV(B) 33.91º 0.56% 0.16% -
XYZ 1.51 1.5 0.78 -
YUV 32.51 119.81 134.06 -
System Red Green Blue C M Y K H S L
Decimal 41 31 18 0 0.24 0.56 0.84 33.91 0.39 0.12
Hex 29 1F 12 0 18 38 54 22 27 C
Octal 51 37 22 0 30 70 124 42 47 14
Binary 101001 11111 10010 0 11000 111000 1010100 100010 100111 1100

Color Harmonies of #291F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291F12

Black with #291F12

Text Example


Text Example

White with #291F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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