#523543

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

Shades of Barossa #523543

Tints of Barossa #523543

Color information

#523543 (or 0x523543) is unknown color: approx Barossa. HEX triplet: 52, 35 and 43. RGB value is (82,53,67). Sum of RGB (Red+Green+Blue) = 82+53+67=202 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.59% from 202); Green value is 53 (21.09% from 255 or 26.24% from 202); Blue value is 67 (26.56% from 255 or 33.17% from 202); Max value from RGB is 82 - color contains mainly: red. Hex color #523543 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523543 is #ADCABC. Grayscale: #3F3F3F. Windows color (decimal): -11389629 or 4404562. OLE color: 4404562.

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

Color convert

RGB825367-
CMYK00.350.180.68
HSL331.03º21.48%26.47%-
HSV(B)331.03º35.37%32.16%-
XYZ5.774.755.92-
YUV63.27130.11141.36-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.59%
GREEN value IS 53 (21.09% from 255) = 26.24%
BLUE value IS 67 (26.56% from 255) = 33.17%
R=40.59%
G=26.24%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82536700.350.180.68331.0321.4826.47
Hex523543023124414b151a
Octal12265103043221045132532
Binary1010010110101100001101000111001010001001010010111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523543; }

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

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

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

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

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

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

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

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