#48353C

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

Shades of Barossa #48353C

Tints of Barossa #48353C

Color information

#48353C (or 0x48353C) is unknown color: approx Barossa. HEX triplet: 48, 35 and 3C. RGB value is (72,53,60). Sum of RGB (Red+Green+Blue) = 72+53+60=185 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.92% from 185); Green value is 53 (21.09% from 255 or 28.65% from 185); Blue value is 60 (23.83% from 255 or 32.43% from 185); Max value from RGB is 72 - color contains mainly: red. Hex color #48353C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48353C is #B7CAC3. Grayscale: #3B3B3B. Windows color (decimal): -12044996 or 3945800. OLE color: 3945800.

HSL color Cylindrical-coordinate representation of color #48353C: hue angle of 337.89º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #48353C is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB725360-
CMYK00.260.170.72
HSL337.89º15.2%24.51%-
HSV(B)337.89º26.39%28.24%-
XYZ4.764.254.84-
YUV59.48128.29136.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.92%
GREEN value IS 53 (21.09% from 255) = 28.65%
BLUE value IS 60 (23.83% from 255) = 32.43%
R=38.92%
G=28.65%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72536000.260.170.72337.8915.224.51
Hex48353C01A1148152f19
Octal1106574032211105221731
Binary1001000110101111100011010100011001000101010010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48353C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #48353C;
 }
 .AnyTagClassName
 {
   color: #48353C;
 }
</style>
background-color css

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

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

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

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

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

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