#291404

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

Shades of Cocoa Brown #291404

Tints of Cocoa Brown #291404

Color information

#291404 (or 0x291404) is unknown color: approx Cocoa Brown. HEX triplet: 29, 14 and 04. RGB value is (41,20,4). Sum of RGB (Red+Green+Blue) = 41+20+4=65 (8% of max value = 765). Red value is 41 (16.41% from 255 or 63.08% from 65); Green value is 20 (8.20% from 255 or 30.77% from 65); Blue value is 4 (1.95% from 255 or 6.15% from 65); Max value from RGB is 41 - color contains mainly: red. Hex color #291404 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291404 is #D6EBFB. Grayscale: #181818. Windows color (decimal): -14085116 or 267305. OLE color: 267305.

HSL color Cylindrical-coordinate representation of color #291404: hue angle of 25.95º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #291404 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.84.

Color convert

RGB41204-
CMYK00.510.900.84
HSL25.95º82.22%8.82%-
HSV(B)25.95º90.24%16.08%-
XYZ1.190.980.24-
YUV24.46116.46139.8-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 63.08%
GREEN value IS 20 (8.20% from 255) = 30.77%
BLUE value IS 4 (1.95% from 255) = 6.15%
R=63.08%
G=30.77%
B=6.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.90
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4120400.510.900.8425.9582.228.82
Hex291440335A541a529
Octal512440631321243212211
Binary101001101001000110011101101010101001101010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291404; }

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

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

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

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

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

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

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

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