#4E0707

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

Shades of Seal Brown #4E0707

Tints of Seal Brown #4E0707

Color information

#4E0707 (or 0x4E0707) is unknown color: approx Seal Brown. HEX triplet: 4E, 07 and 07. RGB value is (78,7,7). Sum of RGB (Red+Green+Blue) = 78+7+7=92 (12% of max value = 765). Red value is 78 (30.86% from 255 or 84.78% from 92); Green value is 7 (3.12% from 255 or 7.61% from 92); Blue value is 7 (3.12% from 255 or 7.61% from 92); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0707 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0707 is #B1F8F8. Grayscale: #1C1C1C. Windows color (decimal): -11663609 or 460622. OLE color: 460622.

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

Color convert

RGB7877-
CMYK00.910.910.69
HSL83.53%16.67%-
HSV(B)91.03%30.59%-
XYZ3.261.790.37-
YUV28.23116.02163.5-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 84.78%
GREEN value IS 7 (3.12% from 255) = 7.61%
BLUE value IS 7 (3.12% from 255) = 7.61%
R=84.78%
G=7.61%
B=7.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.91
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal787700.910.910.69083.5316.67
Hex4E7705B5B4505411
Octal116770133133105012421
Binary100111011111101011011101101110001010101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,7,7); }

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

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

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

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

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

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

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