Html Css Color HEX #48393C Jon

📋 copy color: '#48393C'

red 72 ◦ green 57 ◦ blue 60

#48393C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jon #48393C

Tints of Jon #48393C

RGB

 RED value IS 72 (28.52% from 255) = 38.1%

 GREEN value IS 57 (22.66% from 255) = 30.16%

 BLUE value IS 60 (23.83% from 255) = 31.75%

R = 38.1%
G = 30.16%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#48393C (or 0x48393C) is known color: Jon. HEX triplet: 48, 39 and 3C. RGB value is (72,57,60). Sum of RGB (Red+Green+Blue) = 72+57+60=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 57 (22.66% from 255 or 30.16% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 72 - color contains mainly: red. Hex color #48393C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48393C is #B7C6C3. Grayscale: #3D3D3D. Windows color (decimal): -12043972 or 3946824. OLE color: 3946824.

HSL color Cylindrical-coordinate representation of color #48393C: hue angle of 348º 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 #48393C is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 57 60 -
CMYK 0 0.21 0.17 0.72
HSL 348º 0.12% 0.25% -
HSV(B) 348º 0.21% 0.28% -
XYZ 4.95 4.63 4.91 -
YUV 61.83 126.97 135.26 -
System Red Green Blue C M Y K H S L
Decimal 72 57 60 0 0.21 0.17 0.72 348 0.12 0.25
Hex 48 39 3C 0 15 11 48 15C C 19
Octal 110 71 74 0 25 21 110 534 14 31
Binary 1001000 111001 111100 0 10101 10001 1001000 101011100 1100 11001

Color Harmonies of #48393C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48393C

Black with #48393C

Text Example


Text Example

White with #48393C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #48393C;
 }
 .AnyTagClassName
 {
   color: #48393C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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