#48393D

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

Shades of Jon #48393D

Tints of Jon #48393D

Color information

#48393D (or 0x48393D) is unknown color: approx Jon. HEX triplet: 48, 39 and 3D. RGB value is (72,57,61). Sum of RGB (Red+Green+Blue) = 72+57+61=190 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.89% from 190); Green value is 57 (22.66% from 255 or 30% from 190); Blue value is 61 (24.22% from 255 or 32.11% from 190); Max value from RGB is 72 - color contains mainly: red. Hex color #48393D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48393D is #B7C6C2. Grayscale: #3D3D3D. Windows color (decimal): -12043971 or 4012360. OLE color: 4012360.

HSL color Cylindrical-coordinate representation of color #48393D: hue angle of 344º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #48393D is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB725761-
CMYK00.210.150.72
HSL344º11.63%25.29%-
HSV(B)344º20.83%28.24%-
XYZ4.984.645.05-
YUV61.94127.47135.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.89%
GREEN value IS 57 (22.66% from 255) = 30%
BLUE value IS 61 (24.22% from 255) = 32.11%
R=37.89%
G=30%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72576100.210.150.7234411.6325.29
Hex48393D015F48158c19
Octal1107175025171105301431
Binary100100011100111110101010111111001000101011000110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48393D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48393D; }

 p { color: rgb(72,57,61); }

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

<style>
 a { background-color: #48393D; }

 a { background-color: rgb(72,57,61); }

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

<style>
 span { border-color: #48393D; }

 span { border-color: rgb(72,57,61); }

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