#523944

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

Shades of Barossa #523944

Tints of Barossa #523944

Color information

#523944 (or 0x523944) is unknown color: approx Barossa. HEX triplet: 52, 39 and 44. RGB value is (82,57,68). Sum of RGB (Red+Green+Blue) = 82+57+68=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 57 (22.66% from 255 or 27.54% from 207); Blue value is 68 (26.95% from 255 or 32.85% from 207); Max value from RGB is 82 - color contains mainly: red. Hex color #523944 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523944 is #ADC6BB. Grayscale: #414141. Windows color (decimal): -11388604 or 4471122. OLE color: 4471122.

HSL color Cylindrical-coordinate representation of color #523944: hue angle of 333.6º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #523944 is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.68.

Color convert

RGB825768-
CMYK00.300.170.68
HSL333.6º17.99%27.25%-
HSV(B)333.6º30.49%32.16%-
XYZ5.995.146.14-
YUV65.73129.28139.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.61%
GREEN value IS 57 (22.66% from 255) = 27.54%
BLUE value IS 68 (26.95% from 255) = 32.85%
R=39.61%
G=27.54%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.17
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82576800.300.170.68333.617.9927.25
Hex52394401E114414e121b
Octal12271104036211045162233
Binary101001011100110001000111101000110001001010011101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523944; }

 p { color: rgb(82,57,68); }

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

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

 a { background-color: rgb(82,57,68); }

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

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

 span { border-color: rgb(82,57,68); }

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