Html Css Color HEX #48393D Jon

📋 copy color: '#48393D'

red 72 ◦ green 57 ◦ blue 61

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

Shades of Jon #48393D

Tints of Jon #48393D

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 value IS 0

 M value IS 0.21

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#48393D (or 0x48393D) is known color: 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

RGB 72 57 61 -
CMYK 0 0.21 0.15 0.72
HSL 344º 0.12% 0.25% -
HSV(B) 344º 0.21% 0.28% -
XYZ 4.98 4.64 5.05 -
YUV 61.94 127.47 135.17 -
System Red Green Blue C M Y K H S L
Decimal 72 57 61 0 0.21 0.15 0.72 344 0.12 0.25
Hex 48 39 3D 0 15 F 48 158 C 19
Octal 110 71 75 0 25 17 110 530 14 31
Binary 1001000 111001 111101 0 10101 1111 1001000 101011000 1100 11001

Color Harmonies of #48393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48393D

Black with #48393D

Text Example


Text Example

White with #48393D

Text Example


Text Example

HTML Codes & Css Web 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>