#291301

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

Shades of Cocoa Brown #291301

Tints of Cocoa Brown #291301

Color information

#291301 (or 0x291301) is unknown color: approx Cocoa Brown. HEX triplet: 29, 13 and 01. RGB value is (41,19,1). Sum of RGB (Red+Green+Blue) = 41+19+1=61 (8% of max value = 765). Red value is 41 (16.41% from 255 or 67.21% from 61); Green value is 19 (7.81% from 255 or 31.15% from 61); Blue value is 1 (0.78% from 255 or 1.64% from 61); Max value from RGB is 41 - color contains mainly: red. Hex color #291301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291301 is #D6ECFE. Grayscale: #171717. Windows color (decimal): -14085375 or 70441. OLE color: 70441.

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

Color convert

RGB41191-
CMYK00.540.980.84
HSL27º95.24%8.24%-
HSV(B)27º97.56%16.08%-
XYZ1.150.940.15-
YUV23.53115.29140.46-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 67.21%
GREEN value IS 19 (7.81% from 255) = 31.15%
BLUE value IS 1 (0.78% from 255) = 1.64%
R=67.21%
G=31.15%
B=1.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.98
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4119100.540.980.842795.248.24
Hex2913103662541b5f8
Octal512310661421243313710
Binary1010011001110110110110001010101001101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291301; }

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

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

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

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

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

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

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

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