#291B0E

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

Shades of Cocoa Brown #291B0E

Tints of Cocoa Brown #291B0E

Color information

#291B0E (or 0x291B0E) is unknown color: approx Cocoa Brown. HEX triplet: 29, 1B and 0E. RGB value is (41,27,14). Sum of RGB (Red+Green+Blue) = 41+27+14=82 (10% of max value = 765). Red value is 41 (16.41% from 255 or 50% from 82); Green value is 27 (10.94% from 255 or 32.93% from 82); Blue value is 14 (5.86% from 255 or 17.07% from 82); Max value from RGB is 41 - color contains mainly: red. Hex color #291B0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #291B0E is #D6E4F1. Grayscale: #1D1D1D. Windows color (decimal): -14083314 or 924457. OLE color: 924457.

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

Color convert

RGB412714-
CMYK00.340.660.84
HSL28.89º49.09%10.78%-
HSV(B)28.89º65.85%16.08%-
XYZ1.391.290.59-
YUV29.7119.14136.06-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 50%
GREEN value IS 27 (10.94% from 255) = 32.93%
BLUE value IS 14 (5.86% from 255) = 17.07%
R=50%
G=32.93%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.66
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41271400.340.660.8428.8949.0910.78
Hex291BE02242541d31b
Octal513316042102124356113
Binary101001110111110010001010000101010100111011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,27,14); }

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

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

 a { background-color: rgb(41,27,14); }

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

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

 span { border-color: rgb(41,27,14); }

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