Html Css Color HEX #1E0C08 Seal Brown

📋 copy color: '#1E0C08'

red 30 ◦ green 12 ◦ blue 8

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

Shades of Seal Brown #1E0C08

Tints of Seal Brown #1E0C08

RGB

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

 GREEN value IS 12 (5.08% from 255) = 24%

 BLUE value IS 8 (3.52% from 255) = 16%

R = 60%
G = 24%
B = 16%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.73

 K value IS 0.88

RGB Variations

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

Color information

#1E0C08 (or 0x1E0C08) is known color: Seal Brown. HEX triplet: 1E, 0C and 08. RGB value is (30,12,8). Sum of RGB (Red+Green+Blue) = 30+12+8=50 (6% of max value = 765). Red value is 30 (12.11% from 255 or 60% from 50); Green value is 12 (5.08% from 255 or 24% from 50); Blue value is 8 (3.52% from 255 or 16% from 50); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0C08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0C08 is #E1F3F7. Grayscale: #101010. Windows color (decimal): -14808056 or 527390. OLE color: 527390.

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

Color convert

RGB 30 12 8 -
CMYK 0 0.60 0.73 0.88
HSL 10.91º 0.58% 0.07% -
HSV(B) 10.91º 0.73% 0.12% -
XYZ 0.71 0.56 0.3 -
YUV 16.93 122.96 137.33 -
System Red Green Blue C M Y K H S L
Decimal 30 12 8 0 0.60 0.73 0.88 10.91 0.58 0.07
Hex 1E C 8 0 3C 49 58 B 3A 7
Octal 36 14 10 0 74 111 130 13 72 7
Binary 11110 1100 1000 0 111100 1001001 1011000 1011 111010 111

Color Harmonies of #1E0C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0C08

Black with #1E0C08

Text Example


Text Example

White with #1E0C08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,12,8); }

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

background-color css

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

 a { background-color: rgb(30,12,8); }

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

border-color css

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

 span { border-color: rgb(30,12,8); }

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