#4E1002

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

Shades of Seal Brown #4E1002

Tints of Seal Brown #4E1002

Color information

#4E1002 (or 0x4E1002) is unknown color: approx Seal Brown. HEX triplet: 4E, 10 and 02. RGB value is (78,16,2). Sum of RGB (Red+Green+Blue) = 78+16+2=96 (12% of max value = 765). Red value is 78 (30.86% from 255 or 81.25% from 96); Green value is 16 (6.64% from 255 or 16.67% from 96); Blue value is 2 (1.17% from 255 or 2.08% from 96); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1002 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1002 is #B1EFFD. Grayscale: #212121. Windows color (decimal): -11661310 or 135246. OLE color: 135246.

HSL color Cylindrical-coordinate representation of color #4E1002: hue angle of 11.05º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4E1002 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.69.

Color convert

RGB78162-
CMYK00.790.970.69
HSL11.05º95%15.69%-
HSV(B)11.05º97.44%30.59%-
XYZ3.341.990.27-
YUV32.94110.54160.14-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 81.25%
GREEN value IS 16 (6.64% from 255) = 16.67%
BLUE value IS 2 (1.17% from 255) = 2.08%
R=81.25%
G=16.67%
B=2.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.97
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7816200.790.970.6911.059515.69
Hex4E10204F6145b5f10
Octal11620201171411051313720
Binary1001110100001001001111110000110001011011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E1002; }

 p { color: rgb(78,16,2); }

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

<style>
 a { background-color: #4E1002; }

 a { background-color: rgb(78,16,2); }

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

<style>
 span { border-color: #4E1002; }

 span { border-color: rgb(78,16,2); }

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