#291B0D

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

Shades of Cocoa Brown #291B0D

Tints of Cocoa Brown #291B0D

Color information

#291B0D (or 0x291B0D) is unknown color: approx Cocoa Brown. HEX triplet: 29, 1B and 0D. RGB value is (41,27,13). Sum of RGB (Red+Green+Blue) = 41+27+13=81 (10% of max value = 765). Red value is 41 (16.41% from 255 or 50.62% from 81); Green value is 27 (10.94% from 255 or 33.33% from 81); Blue value is 13 (5.47% from 255 or 16.05% from 81); Max value from RGB is 41 - color contains mainly: red. Hex color #291B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #291B0D is #D6E4F2. Grayscale: #1D1D1D. Windows color (decimal): -14083315 or 858921. OLE color: 858921.

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

Color convert

RGB412713-
CMYK00.340.680.84
HSL30º51.85%10.59%-
HSV(B)30º68.29%16.08%-
XYZ1.381.280.56-
YUV29.59118.64136.14-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 50.62%
GREEN value IS 27 (10.94% from 255) = 33.33%
BLUE value IS 13 (5.47% from 255) = 16.05%
R=50.62%
G=33.33%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.68
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41271300.340.680.843051.8510.59
Hex291BD02244541e34b
Octal513315042104124366413
Binary101001110111101010001010001001010100111101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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