#482B3A

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

Shades of Barossa #482B3A

Tints of Barossa #482B3A

Color information

#482B3A (or 0x482B3A) is unknown color: approx Barossa. HEX triplet: 48, 2B and 3A. RGB value is (72,43,58). Sum of RGB (Red+Green+Blue) = 72+43+58=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 43 (17.19% from 255 or 24.86% from 173); Blue value is 58 (23.05% from 255 or 33.53% from 173); Max value from RGB is 72 - color contains mainly: red. Hex color #482B3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482B3A is #B7D4C5. Grayscale: #353535. Windows color (decimal): -12047558 or 3812168. OLE color: 3812168.

HSL color Cylindrical-coordinate representation of color #482B3A: hue angle of 328.97º 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 #482B3A is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.72.

Color convert

RGB724358-
CMYK00.400.190.72
HSL328.97º25.22%22.55%-
HSV(B)328.97º40.28%28.24%-
XYZ4.33.414.43-
YUV53.38130.61141.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.62%
GREEN value IS 43 (17.19% from 255) = 24.86%
BLUE value IS 58 (23.05% from 255) = 33.53%
R=41.62%
G=24.86%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.19
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72435800.400.190.72328.9725.2222.55
Hex482B3A02813481491917
Octal1105372050231105113127
Binary100100010101111101001010001001110010001010010011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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