#291F14

Color #291F14 Cocoa Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Brown #291F14

Tints of Cocoa Brown #291F14

Color information

#291F14 (or 0x291F14) is unknown color: approx Cocoa Brown. HEX triplet: 29, 1F and 14. RGB value is (41,31,20). Sum of RGB (Red+Green+Blue) = 41+31+20=92 (12% of max value = 765). Red value is 41 (16.41% from 255 or 44.57% from 92); Green value is 31 (12.5% from 255 or 33.70% from 92); Blue value is 20 (8.20% from 255 or 21.74% from 92); Max value from RGB is 41 - color contains mainly: red. Hex color #291F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #291F14 is #D6E0EB. Grayscale: #202020. Windows color (decimal): -14082284 or 1318697. OLE color: 1318697.

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

Color convert

RGB413120-
CMYK00.240.510.84
HSL31.43º34.43%11.96%-
HSV(B)31.43º51.22%16.08%-
XYZ1.531.50.87-
YUV32.74120.81133.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 44.57%
GREEN value IS 31 (12.5% from 255) = 33.70%
BLUE value IS 20 (8.20% from 255) = 21.74%
R=44.57%
G=33.70%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.51
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41312000.240.510.8431.4334.4311.96
Hex291F1401833541f22c
Octal51372403063124374214
Binary10100111111101000110001100111010100111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #291F14;
 }
 .AnyTagClassName
 {
   color: #291F14;
 }
</style>
background-color css

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

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

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

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

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

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