#4E0902

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

Shades of Seal Brown #4E0902

Tints of Seal Brown #4E0902

Color information

#4E0902 (or 0x4E0902) is unknown color: approx Seal Brown. HEX triplet: 4E, 09 and 02. RGB value is (78,9,2). Sum of RGB (Red+Green+Blue) = 78+9+2=89 (11% of max value = 765). Red value is 78 (30.86% from 255 or 87.64% from 89); Green value is 9 (3.91% from 255 or 10.11% from 89); Blue value is 2 (1.17% from 255 or 2.25% from 89); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0902 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0902 is #B1F6FD. Grayscale: #1C1C1C. Windows color (decimal): -11663102 or 133454. OLE color: 133454.

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

Color convert

RGB7892-
CMYK00.880.970.69
HSL5.53º95%15.69%-
HSV(B)5.53º97.44%30.59%-
XYZ3.251.820.24-
YUV28.83112.86163.07-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 87.64%
GREEN value IS 9 (3.91% from 255) = 10.11%
BLUE value IS 2 (1.17% from 255) = 2.25%
R=87.64%
G=10.11%
B=2.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.97
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal789200.880.970.695.539515.69
Hex4E92058614565f10
Octal1161120130141105613720
Binary10011101001100101100011000011000101110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,9,2); }

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

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

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

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

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

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

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