#482C39

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

Shades of Barossa #482C39

Tints of Barossa #482C39

Color information

#482C39 (or 0x482C39) is unknown color: approx Barossa. HEX triplet: 48, 2C and 39. RGB value is (72,44,57). Sum of RGB (Red+Green+Blue) = 72+44+57=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 44 (17.58% from 255 or 25.43% from 173); Blue value is 57 (22.66% from 255 or 32.95% from 173); Max value from RGB is 72 - color contains mainly: red. Hex color #482C39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482C39 is #B7D3C6. Grayscale: #353535. Windows color (decimal): -12047303 or 3746888. OLE color: 3746888.

HSL color Cylindrical-coordinate representation of color #482C39: hue angle of 332.14º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #482C39 is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.72.

Color convert

RGB724457-
CMYK00.390.210.72
HSL332.14º24.14%22.75%-
HSV(B)332.14º38.89%28.24%-
XYZ4.313.474.31-
YUV53.85129.78140.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.62%
GREEN value IS 44 (17.58% from 255) = 25.43%
BLUE value IS 57 (22.66% from 255) = 32.95%
R=41.62%
G=25.43%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72445700.390.210.72332.1424.1422.75
Hex482C39027154814c1817
Octal1105471047251105143027
Binary100100010110011100101001111010110010001010011001100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482C39; }

 p { color: rgb(72,44,57); }

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

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

 a { background-color: rgb(72,44,57); }

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

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

 span { border-color: rgb(72,44,57); }

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