#4F0706

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

Shades of Seal Brown #4F0706

Tints of Seal Brown #4F0706

Color information

#4F0706 (or 0x4F0706) is unknown color: approx Seal Brown. HEX triplet: 4F, 07 and 06. RGB value is (79,7,6). Sum of RGB (Red+Green+Blue) = 79+7+6=92 (12% of max value = 765). Red value is 79 (31.25% from 255 or 85.87% from 92); Green value is 7 (3.12% from 255 or 7.61% from 92); Blue value is 6 (2.73% from 255 or 6.52% from 92); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0706 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0706 is #B0F8F9. Grayscale: #1C1C1C. Windows color (decimal): -11598074 or 395087. OLE color: 395087.

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

Color convert

RGB7976-
CMYK00.910.920.69
HSL0.82º85.88%16.67%-
HSV(B)0.82º92.41%30.98%-
XYZ3.331.830.35-
YUV28.41115.35164.08-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 85.87%
GREEN value IS 7 (3.12% from 255) = 7.61%
BLUE value IS 6 (2.73% from 255) = 6.52%
R=85.87%
G=7.61%
B=6.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal797600.910.920.690.8285.8816.67
Hex4F7605B5C4515611
Octal117760133134105112621
Binary100111111111001011011101110010001011101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,7,6); }

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

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

 a { background-color: rgb(79,7,6); }

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

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

 span { border-color: rgb(79,7,6); }

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