#4F0F02

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

Shades of Seal Brown #4F0F02

Tints of Seal Brown #4F0F02

Color information

#4F0F02 (or 0x4F0F02) is unknown color: approx Seal Brown. HEX triplet: 4F, 0F and 02. RGB value is (79,15,2). Sum of RGB (Red+Green+Blue) = 79+15+2=96 (12% of max value = 765). Red value is 79 (31.25% from 255 or 82.29% from 96); Green value is 15 (6.25% from 255 or 15.62% from 96); Blue value is 2 (1.17% from 255 or 2.08% from 96); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0F02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0F02 is #B0F0FD. Grayscale: #202020. Windows color (decimal): -11596030 or 134991. OLE color: 134991.

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

Color convert

RGB79152-
CMYK00.810.970.69
HSL10.13º95.06%15.88%-
HSV(B)10.13º97.47%30.98%-
XYZ3.412.010.27-
YUV32.65110.7161.06-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 82.29%
GREEN value IS 15 (6.25% from 255) = 15.62%
BLUE value IS 2 (1.17% from 255) = 2.08%
R=82.29%
G=15.62%
B=2.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.97
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7915200.810.970.6910.1395.0615.88
Hex4FF20516145a5f10
Octal11717201211411051213720
Binary100111111111001010001110000110001011010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,15,2); }

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

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

 a { background-color: rgb(79,15,2); }

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

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

 span { border-color: rgb(79,15,2); }

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