#522F42

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

Shades of Barossa #522F42

Tints of Barossa #522F42

Color information

#522F42 (or 0x522F42) is unknown color: approx Barossa. HEX triplet: 52, 2F and 42. RGB value is (82,47,66). Sum of RGB (Red+Green+Blue) = 82+47+66=195 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.05% from 195); Green value is 47 (18.75% from 255 or 24.10% from 195); Blue value is 66 (26.17% from 255 or 33.85% from 195); Max value from RGB is 82 - color contains mainly: red. Hex color #522F42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522F42 is #ADD0BD. Grayscale: #3B3B3B. Windows color (decimal): -11391166 or 4337490. OLE color: 4337490.

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

Color convert

RGB824766-
CMYK00.430.200.68
HSL327.43º27.13%25.29%-
HSV(B)327.43º42.68%32.16%-
XYZ5.484.225.68-
YUV59.63131.6143.96-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.05%
GREEN value IS 47 (18.75% from 255) = 24.10%
BLUE value IS 66 (26.17% from 255) = 33.85%
R=42.05%
G=24.10%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.20
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82476600.430.200.68327.4327.1325.29
Hex522F4202B14441471b19
Octal12257102053241045073331
Binary1010010101111100001001010111010010001001010001111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,47,66); }

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

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

 a { background-color: rgb(82,47,66); }

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

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

 span { border-color: rgb(82,47,66); }

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