Html Css Color HEX #48393F Barossa

📋 copy color: '#48393F'

red 72 ◦ green 57 ◦ blue 63

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

Shades of Barossa #48393F

Tints of Barossa #48393F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 32.81%

R = 37.5%
G = 29.69%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.72

RGB Variations

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

Color information

#48393F (or 0x48393F) is known color: Barossa. HEX triplet: 48, 39 and 3F. RGB value is (72,57,63). Sum of RGB (Red+Green+Blue) = 72+57+63=192 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.5% from 192); Green value is 57 (22.66% from 255 or 29.69% from 192); Blue value is 63 (25% from 255 or 32.81% from 192); Max value from RGB is 72 - color contains mainly: red. Hex color #48393F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48393F is #B7C6C0. Grayscale: #3E3E3E. Windows color (decimal): -12043969 or 4143432. OLE color: 4143432.

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

Color convert

RGB 72 57 63 -
CMYK 0 0.21 0.12 0.72
HSL 336º 0.12% 0.25% -
HSV(B) 336º 0.21% 0.28% -
XYZ 5.03 4.66 5.34 -
YUV 62.17 128.47 135.01 -
System Red Green Blue C M Y K H S L
Decimal 72 57 63 0 0.21 0.12 0.72 336 0.12 0.25
Hex 48 39 3F 0 15 C 48 150 C 19
Octal 110 71 77 0 25 14 110 520 14 31
Binary 1001000 111001 111111 0 10101 1100 1001000 101010000 1100 11001

Color Harmonies of #48393F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48393F

Black with #48393F

Text Example


Text Example

White with #48393F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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