#4E1001

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

Shades of Seal Brown #4E1001

Tints of Seal Brown #4E1001

Color information

#4E1001 (or 0x4E1001) is unknown color: approx Seal Brown. HEX triplet: 4E, 10 and 01. RGB value is (78,16,1). Sum of RGB (Red+Green+Blue) = 78+16+1=95 (12% of max value = 765). Red value is 78 (30.86% from 255 or 82.11% from 95); Green value is 16 (6.64% from 255 or 16.84% from 95); Blue value is 1 (0.78% from 255 or 1.05% from 95); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1001 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1001 is #B1EFFE. Grayscale: #202020. Windows color (decimal): -11661311 or 69710. OLE color: 69710.

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

Color convert

RGB78161-
CMYK00.790.990.69
HSL11.69º97.47%15.49%-
HSV(B)11.69º98.72%30.59%-
XYZ3.331.990.24-
YUV32.83110.04160.22-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 82.11%
GREEN value IS 16 (6.64% from 255) = 16.84%
BLUE value IS 1 (0.78% from 255) = 1.05%
R=82.11%
G=16.84%
B=1.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.99
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7816100.790.990.6911.6997.4715.49
Hex4E10104F6345c61f
Octal11620101171431051414117
Binary10011101000010100111111000111000101110011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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