#48373A

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

Shades of Jon #48373A

Tints of Jon #48373A

Color information

#48373A (or 0x48373A) is unknown color: approx Jon. HEX triplet: 48, 37 and 3A. RGB value is (72,55,58). Sum of RGB (Red+Green+Blue) = 72+55+58=185 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.92% from 185); Green value is 55 (21.88% from 255 or 29.73% from 185); Blue value is 58 (23.05% from 255 or 31.35% from 185); Max value from RGB is 72 - color contains mainly: red. Hex color #48373A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48373A is #B7C8C5. Grayscale: #3C3C3C. Windows color (decimal): -12044486 or 3815240. OLE color: 3815240.

HSL color Cylindrical-coordinate representation of color #48373A: hue angle of 349.41º 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 #48373A is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.72.

Color convert

RGB725558-
CMYK00.240.190.72
HSL349.41º13.39%24.9%-
HSV(B)349.41º23.61%28.24%-
XYZ4.84.424.6-
YUV60.42126.63136.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.92%
GREEN value IS 55 (21.88% from 255) = 29.73%
BLUE value IS 58 (23.05% from 255) = 31.35%
R=38.92%
G=29.73%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72555800.240.190.72349.4113.3924.9
Hex48373A018134815dd19
Octal1106772030231105351531
Binary1001000110111111010011000100111001000101011101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48373A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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