#291302

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

Shades of Cocoa Brown #291302

Tints of Cocoa Brown #291302

Color information

#291302 (or 0x291302) is unknown color: approx Cocoa Brown. HEX triplet: 29, 13 and 02. RGB value is (41,19,2). Sum of RGB (Red+Green+Blue) = 41+19+2=62 (8% of max value = 765). Red value is 41 (16.41% from 255 or 66.13% from 62); Green value is 19 (7.81% from 255 or 30.65% from 62); Blue value is 2 (1.17% from 255 or 3.23% from 62); Max value from RGB is 41 - color contains mainly: red. Hex color #291302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291302 is #D6ECFD. Grayscale: #171717. Windows color (decimal): -14085374 or 135977. OLE color: 135977.

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

Color convert

RGB41192-
CMYK00.540.950.84
HSL26.15º90.7%8.43%-
HSV(B)26.15º95.12%16.08%-
XYZ1.160.940.18-
YUV23.64115.79140.38-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 66.13%
GREEN value IS 19 (7.81% from 255) = 30.65%
BLUE value IS 2 (1.17% from 255) = 3.23%
R=66.13%
G=30.65%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.95
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4119200.540.950.8426.1590.78.43
Hex291320365F541a5b8
Octal512320661371243213310
Binary10100110011100110110101111110101001101010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291302; }

 p { color: rgb(41,19,2); }

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

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

 a { background-color: rgb(41,19,2); }

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

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

 span { border-color: rgb(41,19,2); }

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