#523445

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

Shades of Barossa #523445

Tints of Barossa #523445

Color information

#523445 (or 0x523445) is unknown color: approx Barossa. HEX triplet: 52, 34 and 45. RGB value is (82,52,69). Sum of RGB (Red+Green+Blue) = 82+52+69=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 69 (27.34% from 255 or 33.99% from 203); Max value from RGB is 82 - color contains mainly: red. Hex color #523445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523445 is #ADCBBA. Grayscale: #3E3E3E. Windows color (decimal): -11389883 or 4535378. OLE color: 4535378.

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

Color convert

RGB825269-
CMYK00.370.160.68
HSL326º22.39%26.27%-
HSV(B)326º36.59%32.16%-
XYZ5.784.686.23-
YUV62.91131.44141.62-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.39%
GREEN value IS 52 (20.70% from 255) = 25.62%
BLUE value IS 69 (27.34% from 255) = 33.99%
R=40.39%
G=25.62%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82526900.370.160.6832622.3926.27
Hex5234450251044146161a
Octal12264105045201045062632
Binary1010010110100100010101001011000010001001010001101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523445; }

 p { color: rgb(82,52,69); }

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

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

 a { background-color: rgb(82,52,69); }

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

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

 span { border-color: rgb(82,52,69); }

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