#4F0908

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

Shades of Seal Brown #4F0908

Tints of Seal Brown #4F0908

Color information

#4F0908 (or 0x4F0908) is unknown color: approx Seal Brown. HEX triplet: 4F, 09 and 08. RGB value is (79,9,8). Sum of RGB (Red+Green+Blue) = 79+9+8=96 (12% of max value = 765). Red value is 79 (31.25% from 255 or 82.29% from 96); Green value is 9 (3.91% from 255 or 9.38% from 96); Blue value is 8 (3.52% from 255 or 8.33% from 96); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0908 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0908 is #B0F6F7. Grayscale: #1D1D1D. Windows color (decimal): -11597560 or 526671. OLE color: 526671.

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

Color convert

RGB7998-
CMYK00.890.900.69
HSL0.85º81.61%17.06%-
HSV(B)0.85º89.87%30.98%-
XYZ3.371.880.41-
YUV29.82115.69163.08-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 82.29%
GREEN value IS 9 (3.91% from 255) = 9.38%
BLUE value IS 8 (3.52% from 255) = 8.33%
R=82.29%
G=9.38%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.90
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal799800.890.900.690.8581.6117.06
Hex4F980595A4515211
Octal11711100131132105112221
Binary10011111001100001011001101101010001011101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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