#522B40

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

Shades of Barossa #522B40

Tints of Barossa #522B40

Color information

#522B40 (or 0x522B40) is unknown color: approx Barossa. HEX triplet: 52, 2B and 40. RGB value is (82,43,64). Sum of RGB (Red+Green+Blue) = 82+43+64=189 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.39% from 189); Green value is 43 (17.19% from 255 or 22.75% from 189); Blue value is 64 (25.39% from 255 or 33.86% from 189); Max value from RGB is 82 - color contains mainly: red. Hex color #522B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522B40 is #ADD4BF. Grayscale: #393939. Windows color (decimal): -11392192 or 4205394. OLE color: 4205394.

HSL color Cylindrical-coordinate representation of color #522B40: hue angle of 327.69º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #522B40 is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB824364-
CMYK00.480.220.68
HSL327.69º31.2%24.51%-
HSV(B)327.69º47.56%32.16%-
XYZ5.273.895.32-
YUV57.06131.92145.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.39%
GREEN value IS 43 (17.19% from 255) = 22.75%
BLUE value IS 64 (25.39% from 255) = 33.86%
R=43.39%
G=22.75%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82436400.480.220.68327.6931.224.51
Hex522B4003016441481f19
Octal12253100060261045103731
Binary1010010101011100000001100001011010001001010010001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522B40; }

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

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

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

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

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

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

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

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