#522F43

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

Shades of Barossa #522F43

Tints of Barossa #522F43

Color information

#522F43 (or 0x522F43) is unknown color: approx Barossa. HEX triplet: 52, 2F and 43. RGB value is (82,47,67). Sum of RGB (Red+Green+Blue) = 82+47+67=196 (25% of max value = 765). Red value is 82 (32.42% from 255 or 41.84% from 196); Green value is 47 (18.75% from 255 or 23.98% from 196); Blue value is 67 (26.56% from 255 or 34.18% from 196); Max value from RGB is 82 - color contains mainly: red. Hex color #522F43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522F43 is #ADD0BC. Grayscale: #3B3B3B. Windows color (decimal): -11391165 or 4403026. OLE color: 4403026.

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

Color convert

RGB824767-
CMYK00.430.180.68
HSL325.71º27.13%25.29%-
HSV(B)325.71º42.68%32.16%-
XYZ5.514.235.84-
YUV59.74132.1143.87-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.84%
GREEN value IS 47 (18.75% from 255) = 23.98%
BLUE value IS 67 (26.56% from 255) = 34.18%
R=41.84%
G=23.98%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82476700.430.180.68325.7127.1325.29
Hex522F4302B12441461b19
Octal12257103053221045063331
Binary1010010101111100001101010111001010001001010001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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