#291501

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

Shades of Cocoa Brown #291501

Tints of Cocoa Brown #291501

Color information

#291501 (or 0x291501) is unknown color: approx Cocoa Brown. HEX triplet: 29, 15 and 01. RGB value is (41,21,1). Sum of RGB (Red+Green+Blue) = 41+21+1=63 (8% of max value = 765). Red value is 41 (16.41% from 255 or 65.08% from 63); Green value is 21 (8.59% from 255 or 33.33% from 63); Blue value is 1 (0.78% from 255 or 1.59% from 63); Max value from RGB is 41 - color contains mainly: red. Hex color #291501 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291501 is #D6EAFE. Grayscale: #181818. Windows color (decimal): -14084863 or 70953. OLE color: 70953.

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

Color convert

RGB41211-
CMYK00.490.980.84
HSL30º95.24%8.24%-
HSV(B)30º97.56%16.08%-
XYZ1.191.010.16-
YUV24.7114.63139.63-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 65.08%
GREEN value IS 21 (8.59% from 255) = 33.33%
BLUE value IS 1 (0.78% from 255) = 1.59%
R=65.08%
G=33.33%
B=1.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.98
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4121100.490.980.843095.248.24
Hex2915103162541e5f8
Octal512510611421243613710
Binary1010011010110110001110001010101001111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291501; }

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

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

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

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

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

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

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

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