#4F3E40

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

Shades of Jon #4F3E40

Tints of Jon #4F3E40

Color information

#4F3E40 (or 0x4F3E40) is unknown color: approx Jon. HEX triplet: 4F, 3E and 40. RGB value is (79,62,64). Sum of RGB (Red+Green+Blue) = 79+62+64=205 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.54% from 205); Green value is 62 (24.61% from 255 or 30.24% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3E40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3E40 is #B0C1BF. Grayscale: #434343. Windows color (decimal): -11583936 or 4210255. OLE color: 4210255.

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

Color convert

RGB796264-
CMYK00.220.190.69
HSL352.94º12.06%27.65%-
HSV(B)352.94º21.52%30.98%-
XYZ5.875.485.6-
YUV67.31126.13136.34-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 38.54%
GREEN value IS 62 (24.61% from 255) = 30.24%
BLUE value IS 64 (25.39% from 255) = 31.22%
R=38.54%
G=30.24%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79626400.220.190.69352.9412.0627.65
Hex4F3E400161345161c1c
Octal11776100026231055411434
Binary10011111111101000000010110100111000101101100001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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