#4F383C

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

Shades of Jon #4F383C

Tints of Jon #4F383C

Color information

#4F383C (or 0x4F383C) is unknown color: approx Jon. HEX triplet: 4F, 38 and 3C. RGB value is (79,56,60). Sum of RGB (Red+Green+Blue) = 79+56+60=195 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.51% from 195); Green value is 56 (22.27% from 255 or 28.72% from 195); Blue value is 60 (23.83% from 255 or 30.77% from 195); Max value from RGB is 79 - color contains mainly: red. Hex color #4F383C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F383C is #B0C7C3. Grayscale: #3F3F3F. Windows color (decimal): -11585476 or 3946575. OLE color: 3946575.

HSL color Cylindrical-coordinate representation of color #4F383C: hue angle of 349.57º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4F383C is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB795660-
CMYK00.290.240.69
HSL349.57º17.04%26.47%-
HSV(B)349.57º29.11%30.98%-
XYZ5.454.824.92-
YUV63.33126.12139.17-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 40.51%
GREEN value IS 56 (22.27% from 255) = 28.72%
BLUE value IS 60 (23.83% from 255) = 30.77%
R=40.51%
G=28.72%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79566000.290.240.69349.5717.0426.47
Hex4F383C01D184515e111a
Octal1177074035301055362132
Binary10011111110001111000111011100010001011010111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F383C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,56,60); }

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

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

 a { background-color: rgb(79,56,60); }

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

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

 span { border-color: rgb(79,56,60); }

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