Html Css Color HEX #291F11 Cocoa Brown

📋 copy color: '#291F11'

red 41 ◦ green 31 ◦ blue 17

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

Shades of Cocoa Brown #291F11

Tints of Cocoa Brown #291F11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 19.1%

R = 46.07%
G = 34.83%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.59

 K value IS 0.84

RGB Variations

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

Color information

#291F11 (or 0x291F11) is known color: Cocoa Brown. HEX triplet: 29, 1F and 11. RGB value is (41,31,17). Sum of RGB (Red+Green+Blue) = 41+31+17=89 (11% of max value = 765). Red value is 41 (16.41% from 255 or 46.07% from 89); Green value is 31 (12.5% from 255 or 34.83% from 89); Blue value is 17 (7.03% from 255 or 19.10% from 89); Max value from RGB is 41 - color contains mainly: red. Hex color #291F11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #291F11 is #D6E0EE. Grayscale: #202020. Windows color (decimal): -14082287 or 1122089. OLE color: 1122089.

HSL color Cylindrical-coordinate representation of color #291F11: hue angle of 35º degrees, saturation: 0.41, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #291F11 is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 31 17 -
CMYK 0 0.24 0.59 0.84
HSL 35º 0.41% 0.11% -
HSV(B) 35º 0.59% 0.16% -
XYZ 1.51 1.49 0.74 -
YUV 32.39 119.31 134.14 -
System Red Green Blue C M Y K H S L
Decimal 41 31 17 0 0.24 0.59 0.84 35 0.41 0.11
Hex 29 1F 11 0 18 3B 54 23 29 B
Octal 51 37 21 0 30 73 124 43 51 13
Binary 101001 11111 10001 0 11000 111011 1010100 100011 101001 1011

Color Harmonies of #291F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291F11

Black with #291F11

Text Example


Text Example

White with #291F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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