Html Css Color HEX #1E0D0C Seal Brown

📋 copy color: '#1E0D0C'

red 30 ◦ green 13 ◦ blue 12

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

Shades of Seal Brown #1E0D0C

Tints of Seal Brown #1E0D0C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 23.64%

 BLUE value IS 12 (5.08% from 255) = 21.82%

R = 54.55%
G = 23.64%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.60

 K value IS 0.88

RGB Variations

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

Color information

#1E0D0C (or 0x1E0D0C) is known color: Seal Brown. HEX triplet: 1E, 0D and 0C. RGB value is (30,13,12). Sum of RGB (Red+Green+Blue) = 30+13+12=55 (7% of max value = 765). Red value is 30 (12.11% from 255 or 54.55% from 55); Green value is 13 (5.47% from 255 or 23.64% from 55); Blue value is 12 (5.08% from 255 or 21.82% from 55); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0D0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0D0C is #E1F2F3. Grayscale: #111111. Windows color (decimal): -14807796 or 789790. OLE color: 789790.

HSL color Cylindrical-coordinate representation of color #1E0D0C: hue angle of 3.33º degrees, saturation: 0.43, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1E0D0C is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.88.

Color convert

RGB 30 13 12 -
CMYK 0 0.57 0.60 0.88
HSL 3.33º 0.43% 0.08% -
HSV(B) 3.33º 0.6% 0.12% -
XYZ 0.75 0.59 0.42 -
YUV 17.97 124.63 136.58 -
System Red Green Blue C M Y K H S L
Decimal 30 13 12 0 0.57 0.60 0.88 3.33 0.43 0.08
Hex 1E D C 0 39 3C 58 3 2B 8
Octal 36 15 14 0 71 74 130 3 53 10
Binary 11110 1101 1100 0 111001 111100 1011000 11 101011 1000

Color Harmonies of #1E0D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0D0C

Black with #1E0D0C

Text Example


Text Example

White with #1E0D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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