#523140

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

Shades of Barossa #523140

Tints of Barossa #523140

Color information

#523140 (or 0x523140) is unknown color: approx Barossa. HEX triplet: 52, 31 and 40. RGB value is (82,49,64). Sum of RGB (Red+Green+Blue) = 82+49+64=195 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.05% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 64 (25.39% from 255 or 32.82% from 195); Max value from RGB is 82 - color contains mainly: red. Hex color #523140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523140 is #ADCEBF. Grayscale: #3C3C3C. Windows color (decimal): -11390656 or 4206930. OLE color: 4206930.

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

Color convert

RGB824964-
CMYK00.400.220.68
HSL332.73º25.19%25.69%-
HSV(B)332.73º40.24%32.16%-
XYZ5.54.365.4-
YUV60.58129.93143.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.05%
GREEN value IS 49 (19.53% from 255) = 25.13%
BLUE value IS 64 (25.39% from 255) = 32.82%
R=42.05%
G=25.13%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82496400.400.220.68332.7325.1925.69
Hex523140028164414d191a
Octal12261100050261045153132
Binary1010010110001100000001010001011010001001010011011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523140; }

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

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

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

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

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

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

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

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