#523042

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

Shades of Barossa #523042

Tints of Barossa #523042

Color information

#523042 (or 0x523042) is unknown color: approx Barossa. HEX triplet: 52, 30 and 42. RGB value is (82,48,66). Sum of RGB (Red+Green+Blue) = 82+48+66=196 (25% of max value = 765). Red value is 82 (32.42% from 255 or 41.84% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 66 (26.17% from 255 or 33.67% from 196); Max value from RGB is 82 - color contains mainly: red. Hex color #523042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523042 is #ADCFBD. Grayscale: #3C3C3C. Windows color (decimal): -11390910 or 4337746. OLE color: 4337746.

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

Color convert

RGB824866-
CMYK00.410.200.68
HSL328.24º26.15%25.49%-
HSV(B)328.24º41.46%32.16%-
XYZ5.524.35.69-
YUV60.22131.26143.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.84%
GREEN value IS 48 (19.14% from 255) = 24.49%
BLUE value IS 66 (26.17% from 255) = 33.67%
R=41.84%
G=24.49%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.20
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82486600.410.200.68328.2426.1525.49
Hex52304202914441481a19
Octal12260102051241045103231
Binary1010010110000100001001010011010010001001010010001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523042; }

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

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

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

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

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

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

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

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