#48373C

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

Shades of Jon #48373C

Tints of Jon #48373C

Color information

#48373C (or 0x48373C) is unknown color: approx Jon. HEX triplet: 48, 37 and 3C. RGB value is (72,55,60). Sum of RGB (Red+Green+Blue) = 72+55+60=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 55 (21.88% from 255 or 29.41% from 187); Blue value is 60 (23.83% from 255 or 32.09% from 187); Max value from RGB is 72 - color contains mainly: red. Hex color #48373C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48373C is #B7C8C3. Grayscale: #3C3C3C. Windows color (decimal): -12044484 or 3946312. OLE color: 3946312.

HSL color Cylindrical-coordinate representation of color #48373C: hue angle of 342.35º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #48373C is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB725560-
CMYK00.240.170.72
HSL342.35º13.39%24.9%-
HSV(B)342.35º23.61%28.24%-
XYZ4.854.444.88-
YUV60.65127.63136.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.50%
GREEN value IS 55 (21.88% from 255) = 29.41%
BLUE value IS 60 (23.83% from 255) = 32.09%
R=38.50%
G=29.41%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72556000.240.170.72342.3513.3924.9
Hex48373C0181148156d19
Octal1106774030211105261531
Binary1001000110111111100011000100011001000101010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48373C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48373C; }

 p { color: rgb(72,55,60); }

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

<style>
 a { background-color: #48373C; }

 a { background-color: rgb(72,55,60); }

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

<style>
 span { border-color: #48373C; }

 span { border-color: rgb(72,55,60); }

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