#523343

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

Shades of Barossa #523343

Tints of Barossa #523343

Color information

#523343 (or 0x523343) is unknown color: approx Barossa. HEX triplet: 52, 33 and 43. RGB value is (82,51,67). Sum of RGB (Red+Green+Blue) = 82+51+67=200 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41% from 200); Green value is 51 (20.31% from 255 or 25.5% from 200); Blue value is 67 (26.56% from 255 or 33.5% from 200); Max value from RGB is 82 - color contains mainly: red. Hex color #523343 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523343 is #ADCCBC. Grayscale: #3E3E3E. Windows color (decimal): -11390141 or 4404050. OLE color: 4404050.

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

Color convert

RGB825167-
CMYK00.380.180.68
HSL329.03º23.31%26.08%-
HSV(B)329.03º37.8%32.16%-
XYZ5.684.575.89-
YUV62.09130.77142.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41%
GREEN value IS 51 (20.31% from 255) = 25.5%
BLUE value IS 67 (26.56% from 255) = 33.5%
R=41%
G=25.5%
B=33.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.18
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82516700.380.180.68329.0323.3126.08
Hex5233430261244149171a
Octal12263103046221045112732
Binary1010010110011100001101001101001010001001010010011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523343; }

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

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

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

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

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

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

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

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