#48393F

Color #48393F Barossa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barossa #48393F

Tints of Barossa #48393F

Color information

#48393F (or 0x48393F) is unknown color: approx 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

RGB725763-
CMYK00.210.120.72
HSL336º11.63%25.29%-
HSV(B)336º20.83%28.24%-
XYZ5.034.665.34-
YUV62.17128.47135.01-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72576300.210.120.7233611.6325.29
Hex48393F015C48150c19
Octal1107177025141105201431
Binary100100011100111111101010111001001000101010000110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48393F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>