#482536

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

Shades of Barossa #482536

Tints of Barossa #482536

Color information

#482536 (or 0x482536) is unknown color: approx Barossa. HEX triplet: 48, 25 and 36. RGB value is (72,37,54). Sum of RGB (Red+Green+Blue) = 72+37+54=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 37 (14.84% from 255 or 22.70% from 163); Blue value is 54 (21.48% from 255 or 33.13% from 163); Max value from RGB is 72 - color contains mainly: red. Hex color #482536 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482536 is #B7DAC9. Grayscale: #313131. Windows color (decimal): -12049098 or 3548488. OLE color: 3548488.

HSL color Cylindrical-coordinate representation of color #482536: hue angle of 330.86º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #482536 is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.72.

Color convert

RGB723754-
CMYK00.490.250.72
HSL330.86º32.11%21.37%-
HSV(B)330.86º48.61%28.24%-
XYZ42.973.85-
YUV49.4130.6144.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.17%
GREEN value IS 37 (14.84% from 255) = 22.70%
BLUE value IS 54 (21.48% from 255) = 33.13%
R=44.17%
G=22.70%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72375400.490.250.72330.8632.1121.37
Hex482536031194814b2015
Octal1104566061311105134025
Binary1001000100101110110011000111001100100010100101110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482536; }

 p { color: rgb(72,37,54); }

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

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

 a { background-color: rgb(72,37,54); }

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

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

 span { border-color: rgb(72,37,54); }

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