#523544

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

Shades of Barossa #523544

Tints of Barossa #523544

Color information

#523544 (or 0x523544) is unknown color: approx Barossa. HEX triplet: 52, 35 and 44. RGB value is (82,53,68). Sum of RGB (Red+Green+Blue) = 82+53+68=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 53 (21.09% from 255 or 26.11% from 203); Blue value is 68 (26.95% from 255 or 33.50% from 203); Max value from RGB is 82 - color contains mainly: red. Hex color #523544 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523544 is #ADCABB. Grayscale: #3F3F3F. Windows color (decimal): -11389628 or 4470098. OLE color: 4470098.

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

Color convert

RGB825368-
CMYK00.350.170.68
HSL328.97º21.48%26.47%-
HSV(B)328.97º35.37%32.16%-
XYZ5.84.766.08-
YUV63.38130.61141.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.39%
GREEN value IS 53 (21.09% from 255) = 26.11%
BLUE value IS 68 (26.95% from 255) = 33.50%
R=40.39%
G=26.11%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82536800.350.170.68328.9721.4826.47
Hex5235440231144149151a
Octal12265104043211045112532
Binary1010010110101100010001000111000110001001010010011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523544; }

 p { color: rgb(82,53,68); }

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

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

 a { background-color: rgb(82,53,68); }

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

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

 span { border-color: rgb(82,53,68); }

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