#291E14

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

Shades of Cocoa Brown #291E14

Tints of Cocoa Brown #291E14

Color information

#291E14 (or 0x291E14) is unknown color: approx Cocoa Brown. HEX triplet: 29, 1E and 14. RGB value is (41,30,20). Sum of RGB (Red+Green+Blue) = 41+30+20=91 (12% of max value = 765). Red value is 41 (16.41% from 255 or 45.05% from 91); Green value is 30 (12.11% from 255 or 32.97% from 91); Blue value is 20 (8.20% from 255 or 21.98% from 91); Max value from RGB is 41 - color contains mainly: red. Hex color #291E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #291E14 is #D6E1EB. Grayscale: #202020. Windows color (decimal): -14082540 or 1318441. OLE color: 1318441.

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

Color convert

RGB413020-
CMYK00.270.510.84
HSL28.57º34.43%11.96%-
HSV(B)28.57º51.22%16.08%-
XYZ1.51.450.86-
YUV32.15121.14134.31-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 45.05%
GREEN value IS 30 (12.11% from 255) = 32.97%
BLUE value IS 20 (8.20% from 255) = 21.98%
R=45.05%
G=32.97%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.51
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41302000.270.510.8428.5734.4311.96
Hex291E1401B33541d22c
Octal51362403363124354214
Binary10100111110101000110111100111010100111011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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