#4F383A

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

Shades of Jon #4F383A

Tints of Jon #4F383A

Color information

#4F383A (or 0x4F383A) is unknown color: approx Jon. HEX triplet: 4F, 38 and 3A. RGB value is (79,56,58). Sum of RGB (Red+Green+Blue) = 79+56+58=193 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.93% from 193); Green value is 56 (22.27% from 255 or 29.02% from 193); Blue value is 58 (23.05% from 255 or 30.05% from 193); Max value from RGB is 79 - color contains mainly: red. Hex color #4F383A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F383A is #B0C7C5. Grayscale: #3F3F3F. Windows color (decimal): -11585478 or 3815503. OLE color: 3815503.

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

Color convert

RGB795658-
CMYK00.290.270.69
HSL354.78º17.04%26.47%-
HSV(B)354.78º29.11%30.98%-
XYZ5.44.84.64-
YUV63.1125.12139.34-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 40.93%
GREEN value IS 56 (22.27% from 255) = 29.02%
BLUE value IS 58 (23.05% from 255) = 30.05%
R=40.93%
G=29.02%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79565800.290.270.69354.7817.0426.47
Hex4F383A01D1B45163111a
Octal1177072035331055432132
Binary10011111110001110100111011101110001011011000111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F383A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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