Html Css Color HEX #1E0B04 Seal Brown

📋 copy color: '#1E0B04'

red 30 ◦ green 11 ◦ blue 4

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

Shades of Seal Brown #1E0B04

Tints of Seal Brown #1E0B04

RGB

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

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

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

R = 66.67%
G = 24.44%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.88

RGB Variations

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

Color information

#1E0B04 (or 0x1E0B04) is known color: Seal Brown. HEX triplet: 1E, 0B and 04. RGB value is (30,11,4). Sum of RGB (Red+Green+Blue) = 30+11+4=45 (5% of max value = 765). Red value is 30 (12.11% from 255 or 66.67% from 45); Green value is 11 (4.69% from 255 or 24.44% from 45); Blue value is 4 (1.95% from 255 or 8.89% from 45); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0B04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0B04 is #E1F4FB. Grayscale: #0F0F0F. Windows color (decimal): -14808316 or 264990. OLE color: 264990.

HSL color Cylindrical-coordinate representation of color #1E0B04: hue angle of 16.15º 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 #1E0B04 is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.88.

Color convert

RGB 30 11 4 -
CMYK 0 0.63 0.87 0.88
HSL 16.15º 0.76% 0.07% -
HSV(B) 16.15º 0.87% 0.12% -
XYZ 0.68 0.52 0.18 -
YUV 15.88 121.29 138.07 -
System Red Green Blue C M Y K H S L
Decimal 30 11 4 0 0.63 0.87 0.88 16.15 0.76 0.07
Hex 1E B 4 0 3F 57 58 10 4C 7
Octal 36 13 4 0 77 127 130 20 114 7
Binary 11110 1011 100 0 111111 1010111 1011000 10000 1001100 111

Color Harmonies of #1E0B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0B04

Black with #1E0B04

Text Example


Text Example

White with #1E0B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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