#4F3D40

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

Shades of Jon #4F3D40

Tints of Jon #4F3D40

Color information

#4F3D40 (or 0x4F3D40) is unknown color: approx Jon. HEX triplet: 4F, 3D and 40. RGB value is (79,61,64). Sum of RGB (Red+Green+Blue) = 79+61+64=204 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.73% from 204); Green value is 61 (24.22% from 255 or 29.90% from 204); Blue value is 64 (25.39% from 255 or 31.37% from 204); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3D40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3D40 is #B0C2BF. Grayscale: #424242. Windows color (decimal): -11584192 or 4209999. OLE color: 4209999.

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

Color convert

RGB796164-
CMYK00.230.190.69
HSL350º12.86%27.45%-
HSV(B)350º22.78%30.98%-
XYZ5.825.375.58-
YUV66.72126.46136.76-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 38.73%
GREEN value IS 61 (24.22% from 255) = 29.90%
BLUE value IS 64 (25.39% from 255) = 31.37%
R=38.73%
G=29.90%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79616400.230.190.6935012.8627.45
Hex4F3D40017134515ed1b
Octal11775100027231055361533
Binary10011111111011000000010111100111000101101011110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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