#522940

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

Shades of Barossa #522940

Tints of Barossa #522940

Color information

#522940 (or 0x522940) is unknown color: approx Barossa. HEX triplet: 52, 29 and 40. RGB value is (82,41,64). Sum of RGB (Red+Green+Blue) = 82+41+64=187 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.85% from 187); Green value is 41 (16.41% from 255 or 21.93% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 82 - color contains mainly: red. Hex color #522940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522940 is #ADD6BF. Grayscale: #373737. Windows color (decimal): -11392704 or 4204882. OLE color: 4204882.

HSL color Cylindrical-coordinate representation of color #522940: hue angle of 326.34º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #522940 is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB824164-
CMYK00.500.220.68
HSL326.34º33.33%24.12%-
HSV(B)326.34º50%32.16%-
XYZ5.23.755.3-
YUV55.88132.58146.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.85%
GREEN value IS 41 (16.41% from 255) = 21.93%
BLUE value IS 64 (25.39% from 255) = 34.22%
R=43.85%
G=21.93%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82416400.500.220.68326.3433.3324.12
Hex52294003216441462118
Octal12251100062261045064130
Binary10100101010011000000011001010110100010010100011010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522940; }

 p { color: rgb(82,41,64); }

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

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

 a { background-color: rgb(82,41,64); }

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

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

 span { border-color: rgb(82,41,64); }

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