#522B3C

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

Shades of Barossa #522B3C

Tints of Barossa #522B3C

Color information

#522B3C (or 0x522B3C) is unknown color: approx Barossa. HEX triplet: 52, 2B and 3C. RGB value is (82,43,60). Sum of RGB (Red+Green+Blue) = 82+43+60=185 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.32% from 185); Green value is 43 (17.19% from 255 or 23.24% from 185); Blue value is 60 (23.83% from 255 or 32.43% from 185); Max value from RGB is 82 - color contains mainly: red. Hex color #522B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522B3C is #ADD4C3. Grayscale: #383838. Windows color (decimal): -11392196 or 3943250. OLE color: 3943250.

HSL color Cylindrical-coordinate representation of color #522B3C: hue angle of 333.85º 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 #522B3C is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.68.

Color convert

RGB824360-
CMYK00.480.270.68
HSL333.85º31.2%24.51%-
HSV(B)333.85º47.56%32.16%-
XYZ5.163.854.75-
YUV56.6129.92146.12-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.32%
GREEN value IS 43 (17.19% from 255) = 23.24%
BLUE value IS 60 (23.83% from 255) = 32.43%
R=44.32%
G=23.24%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.27
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82436000.480.270.68333.8531.224.51
Hex522B3C0301B4414e1f19
Octal1225374060331045163731
Binary101001010101111110001100001101110001001010011101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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