#523242

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

Shades of Barossa #523242

Tints of Barossa #523242

Color information

#523242 (or 0x523242) is unknown color: approx Barossa. HEX triplet: 52, 32 and 42. RGB value is (82,50,66). Sum of RGB (Red+Green+Blue) = 82+50+66=198 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.41% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 66 (26.17% from 255 or 33.33% from 198); Max value from RGB is 82 - color contains mainly: red. Hex color #523242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523242 is #ADCDBD. Grayscale: #3D3D3D. Windows color (decimal): -11390398 or 4338258. OLE color: 4338258.

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

Color convert

RGB825066-
CMYK00.390.200.68
HSL330º24.24%25.88%-
HSV(B)330º39.02%32.16%-
XYZ5.64.475.72-
YUV61.39130.6142.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.41%
GREEN value IS 50 (19.92% from 255) = 25.25%
BLUE value IS 66 (26.17% from 255) = 33.33%
R=41.41%
G=25.25%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82506600.390.200.6833024.2425.88
Hex523242027144414a181a
Octal12262102047241045123032
Binary1010010110010100001001001111010010001001010010101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523242; }

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

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

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

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

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

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

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

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