#522A3D

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

Shades of Barossa #522A3D

Tints of Barossa #522A3D

Color information

#522A3D (or 0x522A3D) is unknown color: approx Barossa. HEX triplet: 52, 2A and 3D. RGB value is (82,42,61). Sum of RGB (Red+Green+Blue) = 82+42+61=185 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.32% from 185); Green value is 42 (16.80% from 255 or 22.70% from 185); Blue value is 61 (24.22% from 255 or 32.97% from 185); Max value from RGB is 82 - color contains mainly: red. Hex color #522A3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522A3D is #ADD5C2. Grayscale: #383838. Windows color (decimal): -11392451 or 4008530. OLE color: 4008530.

HSL color Cylindrical-coordinate representation of color #522A3D: hue angle of 331.5º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #522A3D is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB824261-
CMYK00.490.260.68
HSL331.5º32.26%24.31%-
HSV(B)331.5º48.78%32.16%-
XYZ5.153.794.87-
YUV56.13130.75146.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.32%
GREEN value IS 42 (16.80% from 255) = 22.70%
BLUE value IS 61 (24.22% from 255) = 32.97%
R=44.32%
G=22.70%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82426100.490.260.68331.532.2624.31
Hex522A3D0311A4414c2018
Octal1225275061321045144030
Binary1010010101010111101011000111010100010010100110010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,42,61); }

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

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

 a { background-color: rgb(82,42,61); }

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

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

 span { border-color: rgb(82,42,61); }

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