#4E0F03

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

Shades of Seal Brown #4E0F03

Tints of Seal Brown #4E0F03

Color information

#4E0F03 (or 0x4E0F03) is unknown color: approx Seal Brown. HEX triplet: 4E, 0F and 03. RGB value is (78,15,3). Sum of RGB (Red+Green+Blue) = 78+15+3=96 (12% of max value = 765). Red value is 78 (30.86% from 255 or 81.25% from 96); Green value is 15 (6.25% from 255 or 15.62% from 96); Blue value is 3 (1.56% from 255 or 3.12% from 96); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0F03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0F03 is #B1F0FC. Grayscale: #202020. Windows color (decimal): -11661565 or 200526. OLE color: 200526.

HSL color Cylindrical-coordinate representation of color #4E0F03: hue angle of 9.6º 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 #4E0F03 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.69.

Color convert

RGB78153-
CMYK00.810.960.69
HSL9.6º92.59%15.88%-
HSV(B)9.6º96.15%30.59%-
XYZ3.331.970.29-
YUV32.47111.37160.48-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 81.25%
GREEN value IS 15 (6.25% from 255) = 15.62%
BLUE value IS 3 (1.56% from 255) = 3.12%
R=81.25%
G=15.62%
B=3.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.96
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7815300.810.960.699.692.5915.88
Hex4EF30516045a5d10
Octal11617301211401051213520
Binary100111011111101010001110000010001011010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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