#523142

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

Shades of Barossa #523142

Tints of Barossa #523142

Color information

#523142 (or 0x523142) is unknown color: approx Barossa. HEX triplet: 52, 31 and 42. RGB value is (82,49,66). Sum of RGB (Red+Green+Blue) = 82+49+66=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 66 (26.17% from 255 or 33.50% from 197); Max value from RGB is 82 - color contains mainly: red. Hex color #523142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523142 is #ADCEBD. Grayscale: #3C3C3C. Windows color (decimal): -11390654 or 4338002. OLE color: 4338002.

HSL color Cylindrical-coordinate representation of color #523142: hue angle of 329.09º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #523142 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB824966-
CMYK00.400.200.68
HSL329.09º25.19%25.69%-
HSV(B)329.09º40.24%32.16%-
XYZ5.564.385.71-
YUV60.8130.93143.12-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.62%
GREEN value IS 49 (19.53% from 255) = 24.87%
BLUE value IS 66 (26.17% from 255) = 33.50%
R=41.62%
G=24.87%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.20
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82496600.400.200.68329.0925.1925.69
Hex5231420281444149191a
Octal12261102050241045113132
Binary1010010110001100001001010001010010001001010010011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523142; }

 p { color: rgb(82,49,66); }

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

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

 a { background-color: rgb(82,49,66); }

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

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

 span { border-color: rgb(82,49,66); }

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