#4E0101

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

Shades of Seal Brown #4E0101

Tints of Seal Brown #4E0101

Color information

#4E0101 (or 0x4E0101) is unknown color: approx Seal Brown. HEX triplet: 4E, 01 and 01. RGB value is (78,1,1). Sum of RGB (Red+Green+Blue) = 78+1+1=80 (10% of max value = 765). Red value is 78 (30.86% from 255 or 97.5% from 80); Green value is 1 (0.78% from 255 or 1.25% from 80); Blue value is 1 (0.78% from 255 or 1.25% from 80); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0101 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0101 is #B1FEFE. Grayscale: #181818. Windows color (decimal): -11665151 or 65870. OLE color: 65870.

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

Color convert

RGB7811-
CMYK00.990.990.69
HSL97.47%15.49%-
HSV(B)98.72%30.59%-
XYZ3.161.640.18-
YUV24.02115.01166.5-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 97.5%
GREEN value IS 1 (0.78% from 255) = 1.25%
BLUE value IS 1 (0.78% from 255) = 1.25%
R=97.5%
G=1.25%
B=1.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.99
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal781100.990.990.69097.4715.49
Hex4E110636345061f
Octal116110143143105014117
Binary1001110110110001111000111000101011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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