#482B39

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

Shades of Barossa #482B39

Tints of Barossa #482B39

Color information

#482B39 (or 0x482B39) is unknown color: approx Barossa. HEX triplet: 48, 2B and 39. RGB value is (72,43,57). Sum of RGB (Red+Green+Blue) = 72+43+57=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 43 (17.19% from 255 or 25% from 172); Blue value is 57 (22.66% from 255 or 33.14% from 172); Max value from RGB is 72 - color contains mainly: red. Hex color #482B39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482B39 is #B7D4C6. Grayscale: #353535. Windows color (decimal): -12047559 or 3746632. OLE color: 3746632.

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

Color convert

RGB724357-
CMYK00.400.210.72
HSL331.03º25.22%22.55%-
HSV(B)331.03º40.28%28.24%-
XYZ4.273.44.3-
YUV53.27130.11141.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.86%
GREEN value IS 43 (17.19% from 255) = 25%
BLUE value IS 57 (22.66% from 255) = 33.14%
R=41.86%
G=25%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72435700.400.210.72331.0325.2222.55
Hex482B39028154814b1917
Octal1105371050251105133127
Binary100100010101111100101010001010110010001010010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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