#291E13

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

Shades of Cocoa Brown #291E13

Tints of Cocoa Brown #291E13

Color information

#291E13 (or 0x291E13) is unknown color: approx Cocoa Brown. HEX triplet: 29, 1E and 13. RGB value is (41,30,19). Sum of RGB (Red+Green+Blue) = 41+30+19=90 (11% of max value = 765). Red value is 41 (16.41% from 255 or 45.56% from 90); Green value is 30 (12.11% from 255 or 33.33% from 90); Blue value is 19 (7.81% from 255 or 21.11% from 90); Max value from RGB is 41 - color contains mainly: red. Hex color #291E13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #291E13 is #D6E1EC. Grayscale: #202020. Windows color (decimal): -14082541 or 1252905. OLE color: 1252905.

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

Color convert

RGB413019-
CMYK00.270.540.84
HSL30º36.67%11.76%-
HSV(B)30º53.66%16.08%-
XYZ1.51.450.82-
YUV32.03120.64134.39-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 45.56%
GREEN value IS 30 (12.11% from 255) = 33.33%
BLUE value IS 19 (7.81% from 255) = 21.11%
R=45.56%
G=33.33%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.54
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41301900.270.540.843036.6711.76
Hex291E1301B36541e25c
Octal51362303366124364514
Binary10100111110100110110111101101010100111101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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