#4F0504

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

Shades of Seal Brown #4F0504

Tints of Seal Brown #4F0504

Color information

#4F0504 (or 0x4F0504) is unknown color: approx Seal Brown. HEX triplet: 4F, 05 and 04. RGB value is (79,5,4). Sum of RGB (Red+Green+Blue) = 79+5+4=88 (11% of max value = 765). Red value is 79 (31.25% from 255 or 89.77% from 88); Green value is 5 (2.34% from 255 or 5.68% from 88); Blue value is 4 (1.95% from 255 or 4.55% from 88); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0504 is #B0FAFB. Grayscale: #1B1B1B. Windows color (decimal): -11598588 or 263503. OLE color: 263503.

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

Color convert

RGB7954-
CMYK00.940.950.69
HSL0.8º90.36%16.27%-
HSV(B)0.8º94.94%30.98%-
XYZ3.31.780.28-
YUV27.01115.02165.08-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 89.77%
GREEN value IS 5 (2.34% from 255) = 5.68%
BLUE value IS 4 (1.95% from 255) = 4.55%
R=89.77%
G=5.68%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.95
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal795400.940.950.690.890.3616.27
Hex4F5405E5F4515a10
Octal117540136137105113220
Binary100111110110001011110101111110001011101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,5,4); }

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

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

 a { background-color: rgb(79,5,4); }

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

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

 span { border-color: rgb(79,5,4); }

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