Html Css Color HEX #48373B Jon

📋 copy color: '#48373B'

red 72 ◦ green 55 ◦ blue 59

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

Shades of Jon #48373B

Tints of Jon #48373B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.57%

 BLUE value IS 59 (23.44% from 255) = 31.72%

R = 38.71%
G = 29.57%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#48373B (or 0x48373B) is known color: Jon. HEX triplet: 48, 37 and 3B. RGB value is (72,55,59). Sum of RGB (Red+Green+Blue) = 72+55+59=186 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.71% from 186); Green value is 55 (21.88% from 255 or 29.57% from 186); Blue value is 59 (23.44% from 255 or 31.72% from 186); Max value from RGB is 72 - color contains mainly: red. Hex color #48373B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48373B is #B7C8C4. Grayscale: #3C3C3C. Windows color (decimal): -12044485 or 3880776. OLE color: 3880776.

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

Color convert

RGB 72 55 59 -
CMYK 0 0.24 0.18 0.72
HSL 345.88º 0.13% 0.25% -
HSV(B) 345.88º 0.24% 0.28% -
XYZ 4.83 4.43 4.74 -
YUV 60.54 127.13 136.17 -
System Red Green Blue C M Y K H S L
Decimal 72 55 59 0 0.24 0.18 0.72 345.88 0.13 0.25
Hex 48 37 3B 0 18 12 48 15A D 19
Octal 110 67 73 0 30 22 110 532 15 31
Binary 1001000 110111 111011 0 11000 10010 1001000 101011010 1101 11001

Color Harmonies of #48373B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48373B

Black with #48373B

Text Example


Text Example

White with #48373B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #48373B;
 }
 .AnyTagClassName
 {
   color: #48373B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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