#291100

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

Shades of Cocoa Brown #291100

Tints of Cocoa Brown #291100

Color information

#291100 (or 0x291100) is unknown color: approx Cocoa Brown. HEX triplet: 29, 11 and 00. RGB value is (41,17,0). Sum of RGB (Red+Green+Blue) = 41+17+0=58 (7% of max value = 765). Red value is 41 (16.41% from 255 or 70.69% from 58); Green value is 17 (7.03% from 255 or 29.31% from 58); Blue value is 0 (0.39% from 255 or 0% from 58); Max value from RGB is 41 - color contains mainly: red. Hex color #291100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291100 is #D6EEFF. Grayscale: #161616. Windows color (decimal): -14085888 or 4393. OLE color: 4393.

HSL color Cylindrical-coordinate representation of color #291100: hue angle of 24.88º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #291100 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.84.

Color convert

RGB41170-
CMYK00.5910.84
HSL24.88º100%8.04%-
HSV(B)24.88º100%16.08%-
XYZ1.110.870.11-
YUV22.24115.45141.38-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 70.69%
GREEN value IS 17 (7.03% from 255) = 29.31%
BLUE value IS 0 (0.39% from 255) = 0%
R=70.69%
G=29.31%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 1
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4117000.5910.8424.881008.04
Hex2911003B645419648
Octal512100731441243114410
Binary1010011000100111011110010010101001100111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291100; }

 p { color: rgb(41,17,0); }

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

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

 a { background-color: rgb(41,17,0); }

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

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

 span { border-color: rgb(41,17,0); }

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