Html Css Color HEX #1E0B0A Seal Brown

📋 copy color: '#1E0B0A'

red 30 ◦ green 11 ◦ blue 10

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

Shades of Seal Brown #1E0B0A

Tints of Seal Brown #1E0B0A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 21.57%

 BLUE value IS 10 (4.3% from 255) = 19.61%

R = 58.82%
G = 21.57%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.88

RGB Variations

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

Color information

#1E0B0A (or 0x1E0B0A) is known color: Seal Brown. HEX triplet: 1E, 0B and 0A. RGB value is (30,11,10). Sum of RGB (Red+Green+Blue) = 30+11+10=51 (6% of max value = 765). Red value is 30 (12.11% from 255 or 58.82% from 51); Green value is 11 (4.69% from 255 or 21.57% from 51); Blue value is 10 (4.30% from 255 or 19.61% from 51); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0B0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0B0A is #E1F4F5. Grayscale: #101010. Windows color (decimal): -14808310 or 658206. OLE color: 658206.

HSL color Cylindrical-coordinate representation of color #1E0B0A: hue angle of 3º degrees, saturation: 0.5, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E0B0A is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.88.

Color convert

RGB 30 11 10 -
CMYK 0 0.63 0.67 0.88
HSL 0.5% 0.08% -
HSV(B) 0.67% 0.12% -
XYZ 0.71 0.54 0.35 -
YUV 16.57 124.29 137.58 -
System Red Green Blue C M Y K H S L
Decimal 30 11 10 0 0.63 0.67 0.88 3 0.5 0.08
Hex 1E B A 0 3F 43 58 3 32 8
Octal 36 13 12 0 77 103 130 3 62 10
Binary 11110 1011 1010 0 111111 1000011 1011000 11 110010 1000

Color Harmonies of #1E0B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0B0A

Black with #1E0B0A

Text Example


Text Example

White with #1E0B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,11,10); }

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

background-color css

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

 a { background-color: rgb(30,11,10); }

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

border-color css

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

 span { border-color: rgb(30,11,10); }

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