#523440

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

Shades of Barossa #523440

Tints of Barossa #523440

Color information

#523440 (or 0x523440) is unknown color: approx Barossa. HEX triplet: 52, 34 and 40. RGB value is (82,52,64). Sum of RGB (Red+Green+Blue) = 82+52+64=198 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.41% from 198); Green value is 52 (20.70% from 255 or 26.26% from 198); Blue value is 64 (25.39% from 255 or 32.32% from 198); Max value from RGB is 82 - color contains mainly: red. Hex color #523440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523440 is #ADCBBF. Grayscale: #3E3E3E. Windows color (decimal): -11389888 or 4207698. OLE color: 4207698.

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

Color convert

RGB825264-
CMYK00.370.220.68
HSL336º22.39%26.27%-
HSV(B)336º36.59%32.16%-
XYZ5.634.625.45-
YUV62.34128.94142.02-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.41%
GREEN value IS 52 (20.70% from 255) = 26.26%
BLUE value IS 64 (25.39% from 255) = 32.32%
R=41.41%
G=26.26%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82526400.370.220.6833622.3926.27
Hex5234400251644150161a
Octal12264100045261045202632
Binary1010010110100100000001001011011010001001010100001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523440; }

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

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

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

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

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

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

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

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