#4E0F06

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

Shades of Seal Brown #4E0F06

Tints of Seal Brown #4E0F06

Color information

#4E0F06 (or 0x4E0F06) is unknown color: approx Seal Brown. HEX triplet: 4E, 0F and 06. RGB value is (78,15,6). Sum of RGB (Red+Green+Blue) = 78+15+6=99 (13% of max value = 765). Red value is 78 (30.86% from 255 or 78.79% from 99); Green value is 15 (6.25% from 255 or 15.15% from 99); Blue value is 6 (2.73% from 255 or 6.06% from 99); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0F06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0F06 is #B1F0F9. Grayscale: #202020. Windows color (decimal): -11661562 or 397134. OLE color: 397134.

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

Color convert

RGB78156-
CMYK00.810.920.69
HSL7.5º85.71%16.47%-
HSV(B)7.5º92.31%30.59%-
XYZ3.351.970.38-
YUV32.81112.87160.23-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 78.79%
GREEN value IS 15 (6.25% from 255) = 15.15%
BLUE value IS 6 (2.73% from 255) = 6.06%
R=78.79%
G=15.15%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7815600.810.920.697.585.7116.47
Hex4EF60515C4575610
Octal1161760121134105712620
Binary100111011111100101000110111001000101111101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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