#1E1305

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

Shades of Cocoa Brown #1E1305

Tints of Cocoa Brown #1E1305

Color information

#1E1305 (or 0x1E1305) is unknown color: approx Cocoa Brown. HEX triplet: 1E, 13 and 05. RGB value is (30,19,5). Sum of RGB (Red+Green+Blue) = 30+19+5=54 (7% of max value = 765). Red value is 30 (12.11% from 255 or 55.56% from 54); Green value is 19 (7.81% from 255 or 35.19% from 54); Blue value is 5 (2.34% from 255 or 9.26% from 54); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1305 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1305 is #E1ECFA. Grayscale: #141414. Windows color (decimal): -14806267 or 332574. OLE color: 332574.

HSL color Cylindrical-coordinate representation of color #1E1305: hue angle of 33.6º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E1305 is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.88.

Color convert

RGB30195-
CMYK00.370.830.88
HSL33.6º71.43%6.86%-
HSV(B)33.6º83.33%11.76%-
XYZ0.80.750.25-
YUV20.69119.14134.64-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 55.56%
GREEN value IS 19 (7.81% from 255) = 35.19%
BLUE value IS 5 (2.34% from 255) = 9.26%
R=55.56%
G=35.19%
B=9.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.83
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3019500.370.830.8833.671.436.86
Hex1E135025535822477
Octal36235045123130421077
Binary11110100111010100101101001110110001000101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E1305; }

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

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

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

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

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

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

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

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