#482937

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

Shades of Barossa #482937

Tints of Barossa #482937

Color information

#482937 (or 0x482937) is unknown color: approx Barossa. HEX triplet: 48, 29 and 37. RGB value is (72,41,55). Sum of RGB (Red+Green+Blue) = 72+41+55=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 41 (16.41% from 255 or 24.40% from 168); Blue value is 55 (21.88% from 255 or 32.74% from 168); Max value from RGB is 72 - color contains mainly: red. Hex color #482937 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482937 is #B7D6C8. Grayscale: #333333. Windows color (decimal): -12048073 or 3615048. OLE color: 3615048.

HSL color Cylindrical-coordinate representation of color #482937: hue angle of 332.9º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #482937 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.72.

Color convert

RGB724155-
CMYK00.430.240.72
HSL332.9º27.43%22.16%-
HSV(B)332.9º43.06%28.24%-
XYZ4.163.244.02-
YUV51.86129.77142.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.86%
GREEN value IS 41 (16.41% from 255) = 24.40%
BLUE value IS 55 (21.88% from 255) = 32.74%
R=42.86%
G=24.40%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.24
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72415500.430.240.72332.927.4322.16
Hex48293702B184814d1b16
Octal1105167053301105153326
Binary100100010100111011101010111100010010001010011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482937; }

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

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

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

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

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

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

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

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