#291505

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

Shades of Cocoa Brown #291505

Tints of Cocoa Brown #291505

Color information

#291505 (or 0x291505) is unknown color: approx Cocoa Brown. HEX triplet: 29, 15 and 05. RGB value is (41,21,5). Sum of RGB (Red+Green+Blue) = 41+21+5=67 (8% of max value = 765). Red value is 41 (16.41% from 255 or 61.19% from 67); Green value is 21 (8.59% from 255 or 31.34% from 67); Blue value is 5 (2.34% from 255 or 7.46% from 67); Max value from RGB is 41 - color contains mainly: red. Hex color #291505 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291505 is #D6EAFA. Grayscale: #191919. Windows color (decimal): -14084859 or 333097. OLE color: 333097.

HSL color Cylindrical-coordinate representation of color #291505: hue angle of 26.67º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #291505 is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.84.

Color convert

RGB41215-
CMYK00.490.880.84
HSL26.67º78.26%9.02%-
HSV(B)26.67º87.8%16.08%-
XYZ1.211.020.28-
YUV25.16116.63139.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 61.19%
GREEN value IS 21 (8.59% from 255) = 31.34%
BLUE value IS 5 (2.34% from 255) = 7.46%
R=61.19%
G=31.34%
B=7.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.88
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4121500.490.880.8426.6778.269.02
Hex2915503158541b4e9
Octal512550611301243311611
Binary101001101011010110001101100010101001101110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291505; }

 p { color: rgb(41,21,5); }

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

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

 a { background-color: rgb(41,21,5); }

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

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

 span { border-color: rgb(41,21,5); }

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