#48293C

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

Shades of Barossa #48293C

Tints of Barossa #48293C

Color information

#48293C (or 0x48293C) is unknown color: approx Barossa. HEX triplet: 48, 29 and 3C. RGB value is (72,41,60). Sum of RGB (Red+Green+Blue) = 72+41+60=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 41 (16.41% from 255 or 23.70% from 173); Blue value is 60 (23.83% from 255 or 34.68% from 173); Max value from RGB is 72 - color contains mainly: red. Hex color #48293C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48293C is #B7D6C3. Grayscale: #343434. Windows color (decimal): -12048068 or 3942728. OLE color: 3942728.

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

Color convert

RGB724160-
CMYK00.430.170.72
HSL323.23º27.43%22.16%-
HSV(B)323.23º43.06%28.24%-
XYZ4.283.294.68-
YUV52.44132.27141.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.62%
GREEN value IS 41 (16.41% from 255) = 23.70%
BLUE value IS 60 (23.83% from 255) = 34.68%
R=41.62%
G=23.70%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72416000.430.170.72323.2327.4322.16
Hex48293C02B11481431b16
Octal1105174053211105033326
Binary100100010100111110001010111000110010001010000111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48293C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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