#482B37

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

Shades of Barossa #482B37

Tints of Barossa #482B37

Color information

#482B37 (or 0x482B37) is unknown color: approx Barossa. HEX triplet: 48, 2B and 37. RGB value is (72,43,55). Sum of RGB (Red+Green+Blue) = 72+43+55=170 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.35% from 170); Green value is 43 (17.19% from 255 or 25.29% from 170); Blue value is 55 (21.88% from 255 or 32.35% from 170); Max value from RGB is 72 - color contains mainly: red. Hex color #482B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482B37 is #B7D4C8. Grayscale: #353535. Windows color (decimal): -12047561 or 3615560. OLE color: 3615560.

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

Color convert

RGB724355-
CMYK00.400.240.72
HSL335.17º25.22%22.55%-
HSV(B)335.17º40.28%28.24%-
XYZ4.233.384.04-
YUV53.04129.11141.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.35%
GREEN value IS 43 (17.19% from 255) = 25.29%
BLUE value IS 55 (21.88% from 255) = 32.35%
R=42.35%
G=25.29%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.24
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72435500.400.240.72335.1725.2222.55
Hex482B37028184814f1917
Octal1105367050301105173127
Binary100100010101111011101010001100010010001010011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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