#291E0F

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

Shades of Cocoa Brown #291E0F

Tints of Cocoa Brown #291E0F

Color information

#291E0F (or 0x291E0F) is unknown color: approx Cocoa Brown. HEX triplet: 29, 1E and 0F. RGB value is (41,30,15). Sum of RGB (Red+Green+Blue) = 41+30+15=86 (11% of max value = 765). Red value is 41 (16.41% from 255 or 47.67% from 86); Green value is 30 (12.11% from 255 or 34.88% from 86); Blue value is 15 (6.25% from 255 or 17.44% from 86); Max value from RGB is 41 - color contains mainly: red. Hex color #291E0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #291E0F is #D6E1F0. Grayscale: #1F1F1F. Windows color (decimal): -14082545 or 990761. OLE color: 990761.

HSL color Cylindrical-coordinate representation of color #291E0F: hue angle of 34.62º degrees, saturation: 0.46, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #291E0F is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.84.

Color convert

RGB413015-
CMYK00.270.630.84
HSL34.62º46.43%10.98%-
HSV(B)34.62º63.41%16.08%-
XYZ1.461.430.65-
YUV31.58118.64134.72-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 47.67%
GREEN value IS 30 (12.11% from 255) = 34.88%
BLUE value IS 15 (6.25% from 255) = 17.44%
R=47.67%
G=34.88%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.63
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41301500.270.630.8434.6246.4310.98
Hex291EF01B3F54232eb
Octal51361703377124435613
Binary10100111110111101101111111110101001000111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291E0F; }

 p { color: rgb(41,30,15); }

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

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

 a { background-color: rgb(41,30,15); }

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

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

 span { border-color: rgb(41,30,15); }

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