#4F0701

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

Shades of Seal Brown #4F0701

Tints of Seal Brown #4F0701

Color information

#4F0701 (or 0x4F0701) is unknown color: approx Seal Brown. HEX triplet: 4F, 07 and 01. RGB value is (79,7,1). Sum of RGB (Red+Green+Blue) = 79+7+1=87 (11% of max value = 765). Red value is 79 (31.25% from 255 or 90.80% from 87); Green value is 7 (3.12% from 255 or 8.05% from 87); Blue value is 1 (0.78% from 255 or 1.15% from 87); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0701 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0701 is #B0F8FE. Grayscale: #1B1B1B. Windows color (decimal): -11598079 or 67407. OLE color: 67407.

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

Color convert

RGB7971-
CMYK00.910.990.69
HSL4.62º97.5%15.69%-
HSV(B)4.62º98.73%30.98%-
XYZ3.311.820.21-
YUV27.84112.85164.49-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 90.80%
GREEN value IS 7 (3.12% from 255) = 8.05%
BLUE value IS 1 (0.78% from 255) = 1.15%
R=90.80%
G=8.05%
B=1.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.99
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal797100.910.990.694.6297.515.69
Hex4F7105B634556210
Octal117710133143105514220
Binary100111111110101101111000111000101101110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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