#291401

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

Shades of Cocoa Brown #291401

Tints of Cocoa Brown #291401

Color information

#291401 (or 0x291401) is unknown color: approx Cocoa Brown. HEX triplet: 29, 14 and 01. RGB value is (41,20,1). Sum of RGB (Red+Green+Blue) = 41+20+1=62 (8% of max value = 765). Red value is 41 (16.41% from 255 or 66.13% from 62); Green value is 20 (8.20% from 255 or 32.26% from 62); Blue value is 1 (0.78% from 255 or 1.61% from 62); Max value from RGB is 41 - color contains mainly: red. Hex color #291401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291401 is #D6EBFE. Grayscale: #181818. Windows color (decimal): -14085119 or 70697. OLE color: 70697.

HSL color Cylindrical-coordinate representation of color #291401: hue angle of 28.5º 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 #291401 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.84.

Color convert

RGB41201-
CMYK00.510.980.84
HSL28.5º95.24%8.24%-
HSV(B)28.5º97.56%16.08%-
XYZ1.170.970.16-
YUV24.11114.96140.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 66.13%
GREEN value IS 20 (8.20% from 255) = 32.26%
BLUE value IS 1 (0.78% from 255) = 1.61%
R=66.13%
G=32.26%
B=1.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.98
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4120100.510.980.8428.595.248.24
Hex2914103362541c5f8
Octal512410631421243413710
Binary1010011010010110011110001010101001110010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291401; }

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

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

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

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

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

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

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

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