#4F393E

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

Shades of Jon #4F393E

Tints of Jon #4F393E

Color information

#4F393E (or 0x4F393E) is unknown color: approx Jon. HEX triplet: 4F, 39 and 3E. RGB value is (79,57,62). Sum of RGB (Red+Green+Blue) = 79+57+62=198 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.90% from 198); Green value is 57 (22.66% from 255 or 28.79% from 198); Blue value is 62 (24.61% from 255 or 31.31% from 198); Max value from RGB is 79 - color contains mainly: red. Hex color #4F393E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F393E is #B0C6C1. Grayscale: #404040. Windows color (decimal): -11585218 or 4077903. OLE color: 4077903.

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

Color convert

RGB795762-
CMYK00.280.220.69
HSL346.36º16.18%26.67%-
HSV(B)346.36º27.85%30.98%-
XYZ5.564.945.22-
YUV64.15126.79138.59-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 39.90%
GREEN value IS 57 (22.66% from 255) = 28.79%
BLUE value IS 62 (24.61% from 255) = 31.31%
R=39.90%
G=28.79%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79576200.280.220.69346.3616.1826.67
Hex4F393E01C164515a101b
Octal1177176034261055322033
Binary10011111110011111100111001011010001011010110101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F393E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,57,62); }

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

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

 a { background-color: rgb(79,57,62); }

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

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

 span { border-color: rgb(79,57,62); }

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