#1E0702

Color #1E0702 Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #1E0702

Tints of Seal Brown #1E0702

Color information

#1E0702 (or 0x1E0702) is unknown color: approx Seal Brown. HEX triplet: 1E, 07 and 02. RGB value is (30,7,2). Sum of RGB (Red+Green+Blue) = 30+7+2=39 (5% of max value = 765). Red value is 30 (12.11% from 255 or 76.92% from 39); Green value is 7 (3.12% from 255 or 17.95% from 39); Blue value is 2 (1.17% from 255 or 5.13% from 39); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0702 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0702 is #E1F8FD. Grayscale: #0D0D0D. Windows color (decimal): -14809342 or 132894. OLE color: 132894.

HSL color Cylindrical-coordinate representation of color #1E0702: hue angle of 10.71º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1E0702 is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.88.

Color convert

RGB3072-
CMYK00.770.930.88
HSL10.71º87.5%6.27%-
HSV(B)10.71º93.33%11.76%-
XYZ0.620.430.11-
YUV13.31121.62139.91-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 76.92%
GREEN value IS 7 (3.12% from 255) = 17.95%
BLUE value IS 2 (1.17% from 255) = 5.13%
R=76.92%
G=17.95%
B=5.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.93
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal307200.770.930.8810.7187.56.27
Hex1E7204D5D58b586
Octal36720115135130131306
Binary1111011110010011011011101101100010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,7,2); }

 H1.HeaderClassName
 {
   color: #1E0702;
 }
 .AnyTagClassName
 {
   color: #1E0702;
 }
</style>
background-color css

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

 a { background-color: rgb(30,7,2); }

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

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

 span { border-color: rgb(30,7,2); }

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