#48263C

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

Shades of Barossa #48263C

Tints of Barossa #48263C

Color information

#48263C (or 0x48263C) is unknown color: approx Barossa. HEX triplet: 48, 26 and 3C. RGB value is (72,38,60). Sum of RGB (Red+Green+Blue) = 72+38+60=170 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.35% from 170); Green value is 38 (15.23% from 255 or 22.35% from 170); Blue value is 60 (23.83% from 255 or 35.29% from 170); Max value from RGB is 72 - color contains mainly: red. Hex color #48263C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48263C is #B7D9C3. Grayscale: #323232. Windows color (decimal): -12048836 or 3941960. OLE color: 3941960.

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

Color convert

RGB723860-
CMYK00.470.170.72
HSL321.18º30.91%21.57%-
HSV(B)321.18º47.22%28.24%-
XYZ4.183.094.65-
YUV50.67133.26143.21-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.35%
GREEN value IS 38 (15.23% from 255) = 22.35%
BLUE value IS 60 (23.83% from 255) = 35.29%
R=42.35%
G=22.35%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72386000.470.170.72321.1830.9121.57
Hex48263C02F11481411f16
Octal1104674057211105013726
Binary100100010011011110001011111000110010001010000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48263C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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