#4E1003

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

Shades of Seal Brown #4E1003

Tints of Seal Brown #4E1003

Color information

#4E1003 (or 0x4E1003) is unknown color: approx Seal Brown. HEX triplet: 4E, 10 and 03. RGB value is (78,16,3). Sum of RGB (Red+Green+Blue) = 78+16+3=97 (12% of max value = 765). Red value is 78 (30.86% from 255 or 80.41% from 97); Green value is 16 (6.64% from 255 or 16.49% from 97); Blue value is 3 (1.56% from 255 or 3.09% from 97); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1003 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1003 is #B1EFFC. Grayscale: #212121. Windows color (decimal): -11661309 or 200782. OLE color: 200782.

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

Color convert

RGB78163-
CMYK00.790.960.69
HSL10.4º92.59%15.88%-
HSV(B)10.4º96.15%30.59%-
XYZ3.3420.3-
YUV33.06111.04160.06-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 80.41%
GREEN value IS 16 (6.64% from 255) = 16.49%
BLUE value IS 3 (1.56% from 255) = 3.09%
R=80.41%
G=16.49%
B=3.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.96
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7816300.790.960.6910.492.5915.88
Hex4E10304F6045a5d10
Octal11620301171401051213520
Binary1001110100001101001111110000010001011010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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