#48323E

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

Shades of Barossa #48323E

Tints of Barossa #48323E

Color information

#48323E (or 0x48323E) is unknown color: approx Barossa. HEX triplet: 48, 32 and 3E. RGB value is (72,50,62). Sum of RGB (Red+Green+Blue) = 72+50+62=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 50 (19.92% from 255 or 27.17% from 184); Blue value is 62 (24.61% from 255 or 33.70% from 184); Max value from RGB is 72 - color contains mainly: red. Hex color #48323E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48323E is #B7CDC1. Grayscale: #393939. Windows color (decimal): -12045762 or 4076104. OLE color: 4076104.

HSL color Cylindrical-coordinate representation of color #48323E: hue angle of 327.27º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #48323E is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB725062-
CMYK00.310.140.72
HSL327.27º18.03%23.92%-
HSV(B)327.27º30.56%28.24%-
XYZ4.684.015.08-
YUV57.95130.29138.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.13%
GREEN value IS 50 (19.92% from 255) = 27.17%
BLUE value IS 62 (24.61% from 255) = 33.70%
R=39.13%
G=27.17%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72506200.310.140.72327.2718.0323.92
Hex48323E01FE481471218
Octal1106276037161105072230
Binary1001000110010111110011111111010010001010001111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48323E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48323E; }

 p { color: rgb(72,50,62); }

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

<style>
 a { background-color: #48323E; }

 a { background-color: rgb(72,50,62); }

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

<style>
 span { border-color: #48323E; }

 span { border-color: rgb(72,50,62); }

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