#4F0B07

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

Shades of Seal Brown #4F0B07

Tints of Seal Brown #4F0B07

Color information

#4F0B07 (or 0x4F0B07) is unknown color: approx Seal Brown. HEX triplet: 4F, 0B and 07. RGB value is (79,11,7). Sum of RGB (Red+Green+Blue) = 79+11+7=97 (12% of max value = 765). Red value is 79 (31.25% from 255 or 81.44% from 97); Green value is 11 (4.69% from 255 or 11.34% from 97); Blue value is 7 (3.12% from 255 or 7.22% from 97); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0B07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0B07 is #B0F4F8. Grayscale: #1E1E1E. Windows color (decimal): -11597049 or 461647. OLE color: 461647.

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

Color convert

RGB79117-
CMYK00.860.910.69
HSL3.33º83.72%16.86%-
HSV(B)3.33º91.14%30.98%-
XYZ3.381.920.39-
YUV30.88114.53162.33-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 81.44%
GREEN value IS 11 (4.69% from 255) = 11.34%
BLUE value IS 7 (3.12% from 255) = 7.22%
R=81.44%
G=11.34%
B=7.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.91
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7911700.860.910.693.3383.7216.86
Hex4FB70565B4535411
Octal1171370126133105312421
Binary10011111011111010101101011011100010111101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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