#4F393A

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

Shades of Jon #4F393A

Tints of Jon #4F393A

Color information

#4F393A (or 0x4F393A) is unknown color: approx Jon. HEX triplet: 4F, 39 and 3A. RGB value is (79,57,58). Sum of RGB (Red+Green+Blue) = 79+57+58=194 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.72% from 194); Green value is 57 (22.66% from 255 or 29.38% from 194); Blue value is 58 (23.05% from 255 or 29.90% from 194); Max value from RGB is 79 - color contains mainly: red. Hex color #4F393A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F393A is #B0C6C5. Grayscale: #3F3F3F. Windows color (decimal): -11585222 or 3815759. OLE color: 3815759.

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

Color convert

RGB795758-
CMYK00.280.270.69
HSL357.27º16.18%26.67%-
HSV(B)357.27º27.85%30.98%-
XYZ5.454.894.66-
YUV63.69124.79138.92-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 40.72%
GREEN value IS 57 (22.66% from 255) = 29.38%
BLUE value IS 58 (23.05% from 255) = 29.90%
R=40.72%
G=29.38%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79575800.280.270.69357.2716.1826.67
Hex4F393A01C1B45165101b
Octal1177172034331055452033
Binary10011111110011110100111001101110001011011001011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F393A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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