#4F0A08

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

Shades of Seal Brown #4F0A08

Tints of Seal Brown #4F0A08

Color information

#4F0A08 (or 0x4F0A08) is unknown color: approx Seal Brown. HEX triplet: 4F, 0A and 08. RGB value is (79,10,8). Sum of RGB (Red+Green+Blue) = 79+10+8=97 (12% of max value = 765). Red value is 79 (31.25% from 255 or 81.44% from 97); Green value is 10 (4.30% from 255 or 10.31% from 97); Blue value is 8 (3.52% from 255 or 8.25% from 97); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0A08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0A08 is #B0F5F7. Grayscale: #1E1E1E. Windows color (decimal): -11597304 or 526927. OLE color: 526927.

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

Color convert

RGB79108-
CMYK00.870.900.69
HSL1.69º81.61%17.06%-
HSV(B)1.69º89.87%30.98%-
XYZ3.381.90.42-
YUV30.4115.36162.66-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 81.44%
GREEN value IS 10 (4.30% from 255) = 10.31%
BLUE value IS 8 (3.52% from 255) = 8.25%
R=81.44%
G=10.31%
B=8.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.90
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7910800.870.900.691.6981.6117.06
Hex4FA80575A4525211
Octal11712100127132105212221
Binary100111110101000010101111011010100010110101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,10,8); }

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

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

 a { background-color: rgb(79,10,8); }

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

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

 span { border-color: rgb(79,10,8); }

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