Html Css Color HEX #1E1204 Cocoa Brown

📋 copy color: '#1E1204'

red 30 ◦ green 18 ◦ blue 4

#1E1204
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cocoa Brown #1E1204

Tints of Cocoa Brown #1E1204

RGB

 RED value IS 30 (12.11% from 255) = 57.69%

 GREEN value IS 18 (7.42% from 255) = 34.62%

 BLUE value IS 4 (1.95% from 255) = 7.69%

R = 57.69%
G = 34.62%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.87

 K value IS 0.88

RGB Variations

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

Color information

#1E1204 (or 0x1E1204) is known color: Cocoa Brown. HEX triplet: 1E, 12 and 04. RGB value is (30,18,4). Sum of RGB (Red+Green+Blue) = 30+18+4=52 (6% of max value = 765). Red value is 30 (12.11% from 255 or 57.69% from 52); Green value is 18 (7.42% from 255 or 34.62% from 52); Blue value is 4 (1.95% from 255 or 7.69% from 52); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1204 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1204 is #E1EDFB. Grayscale: #141414. Windows color (decimal): -14806524 or 266782. OLE color: 266782.

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

Color convert

RGB 30 18 4 -
CMYK 0 0.40 0.87 0.88
HSL 32.31º 0.76% 0.07% -
HSV(B) 32.31º 0.87% 0.12% -
XYZ 0.77 0.72 0.21 -
YUV 19.99 118.98 135.14 -
System Red Green Blue C M Y K H S L
Decimal 30 18 4 0 0.40 0.87 0.88 32.31 0.76 0.07
Hex 1E 12 4 0 28 57 58 20 4C 7
Octal 36 22 4 0 50 127 130 40 114 7
Binary 11110 10010 100 0 101000 1010111 1011000 100000 1001100 111

Color Harmonies of #1E1204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1204

Black with #1E1204

Text Example


Text Example

White with #1E1204

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E1204;
 }
 .AnyTagClassName
 {
   color: #1E1204;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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