#523443

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

Shades of Barossa #523443

Tints of Barossa #523443

Color information

#523443 (or 0x523443) is unknown color: approx Barossa. HEX triplet: 52, 34 and 43. RGB value is (82,52,67). Sum of RGB (Red+Green+Blue) = 82+52+67=201 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.80% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 67 (26.56% from 255 or 33.33% from 201); Max value from RGB is 82 - color contains mainly: red. Hex color #523443 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523443 is #ADCBBC. Grayscale: #3E3E3E. Windows color (decimal): -11389885 or 4404306. OLE color: 4404306.

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

Color convert

RGB825267-
CMYK00.370.180.68
HSL330º22.39%26.27%-
HSV(B)330º36.59%32.16%-
XYZ5.724.665.91-
YUV62.68130.44141.78-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.80%
GREEN value IS 52 (20.70% from 255) = 25.87%
BLUE value IS 67 (26.56% from 255) = 33.33%
R=40.80%
G=25.87%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82526700.370.180.6833022.3926.27
Hex523443025124414a161a
Octal12264103045221045122632
Binary1010010110100100001101001011001010001001010010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523443; }

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

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

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

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

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

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

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

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