#1E1201

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

Shades of Cocoa Brown #1E1201

Tints of Cocoa Brown #1E1201

Color information

#1E1201 (or 0x1E1201) is unknown color: approx Cocoa Brown. HEX triplet: 1E, 12 and 01. RGB value is (30,18,1). Sum of RGB (Red+Green+Blue) = 30+18+1=49 (6% of max value = 765). Red value is 30 (12.11% from 255 or 61.22% from 49); Green value is 18 (7.42% from 255 or 36.73% from 49); Blue value is 1 (0.78% from 255 or 2.04% from 49); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1201 is #E1EDFE. Grayscale: #131313. Windows color (decimal): -14806527 or 70174. OLE color: 70174.

HSL color Cylindrical-coordinate representation of color #1E1201: hue angle of 35.17º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1E1201 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.88.

Color convert

RGB30181-
CMYK00.400.970.88
HSL35.17º93.55%6.08%-
HSV(B)35.17º96.67%11.76%-
XYZ0.760.710.13-
YUV19.65117.48135.38-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 61.22%
GREEN value IS 18 (7.42% from 255) = 36.73%
BLUE value IS 1 (0.78% from 255) = 2.04%
R=61.22%
G=36.73%
B=2.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.97
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3018100.400.970.8835.1793.556.08
Hex1E1210286158235e6
Octal36221050141130431366
Binary111101001010101000110000110110001000111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,18,1); }

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

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

 a { background-color: rgb(30,18,1); }

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

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

 span { border-color: rgb(30,18,1); }

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