#1E1609

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

Shades of Cocoa Brown #1E1609

Tints of Cocoa Brown #1E1609

Color information

#1E1609 (or 0x1E1609) is unknown color: approx Cocoa Brown. HEX triplet: 1E, 16 and 09. RGB value is (30,22,9). Sum of RGB (Red+Green+Blue) = 30+22+9=61 (8% of max value = 765). Red value is 30 (12.11% from 255 or 49.18% from 61); Green value is 22 (8.98% from 255 or 36.07% from 61); Blue value is 9 (3.91% from 255 or 14.75% from 61); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1609 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1609 is #E1E9F6. Grayscale: #161616. Windows color (decimal): -14805495 or 595486. OLE color: 595486.

HSL color Cylindrical-coordinate representation of color #1E1609: hue angle of 37.14º degrees, saturation: 0.54, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E1609 is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.88.

Color convert

RGB30229-
CMYK00.270.700.88
HSL37.14º53.85%7.65%-
HSV(B)37.14º70%11.76%-
XYZ0.870.870.38-
YUV22.91120.15133.06-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 49.18%
GREEN value IS 22 (8.98% from 255) = 36.07%
BLUE value IS 9 (3.91% from 255) = 14.75%
R=49.18%
G=36.07%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.70
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3022900.270.700.8837.1453.857.65
Hex1E16901B465825368
Octal362611033106130456610
Binary11110101101001011011100011010110001001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,22,9); }

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

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

 a { background-color: rgb(30,22,9); }

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

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

 span { border-color: rgb(30,22,9); }

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