#1E1403

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

Shades of Cocoa Brown #1E1403

Tints of Cocoa Brown #1E1403

Color information

#1E1403 (or 0x1E1403) is unknown color: approx Cocoa Brown. HEX triplet: 1E, 14 and 03. RGB value is (30,20,3). Sum of RGB (Red+Green+Blue) = 30+20+3=53 (7% of max value = 765). Red value is 30 (12.11% from 255 or 56.60% from 53); Green value is 20 (8.20% from 255 or 37.74% from 53); Blue value is 3 (1.56% from 255 or 5.66% from 53); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1403 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1403 is #E1EBFC. Grayscale: #151515. Windows color (decimal): -14806013 or 201758. OLE color: 201758.

HSL color Cylindrical-coordinate representation of color #1E1403: hue angle of 37.78º degrees, saturation: 0.82, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1E1403 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.88.

Color convert

RGB30203-
CMYK00.330.900.88
HSL37.78º81.82%6.47%-
HSV(B)37.78º90%11.76%-
XYZ0.80.780.19-
YUV21.05117.81134.38-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 56.60%
GREEN value IS 20 (8.20% from 255) = 37.74%
BLUE value IS 3 (1.56% from 255) = 5.66%
R=56.60%
G=37.74%
B=5.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.90
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3020300.330.900.8837.7881.826.47
Hex1E1430215A5826526
Octal36243041132130461226
Binary1111010100110100001101101010110001001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,20,3); }

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

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

 a { background-color: rgb(30,20,3); }

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

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

 span { border-color: rgb(30,20,3); }

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