#572942

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

Shades of Barossa #572942

Tints of Barossa #572942

Color information

#572942 (or 0x572942) is unknown color: approx Barossa. HEX triplet: 57, 29 and 42. RGB value is (87,41,66). Sum of RGB (Red+Green+Blue) = 87+41+66=194 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.85% from 194); Green value is 41 (16.41% from 255 or 21.13% from 194); Blue value is 66 (26.17% from 255 or 34.02% from 194); Max value from RGB is 87 - color contains mainly: red. Hex color #572942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572942 is #A8D6BD. Grayscale: #393939. Windows color (decimal): -11065022 or 4335959. OLE color: 4335959.

HSL color Cylindrical-coordinate representation of color #572942: hue angle of 327.39º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #572942 is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.66.

Color convert

RGB874166-
CMYK00.530.240.66
HSL327.39º35.94%25.1%-
HSV(B)327.39º52.87%34.12%-
XYZ5.714.015.63-
YUV57.6132.74148.97-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.85%
GREEN value IS 41 (16.41% from 255) = 21.13%
BLUE value IS 66 (26.17% from 255) = 34.02%
R=44.85%
G=21.13%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.24
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87416600.530.240.66327.3935.9425.1
Hex57294203518421472419
Octal12751102065301025074431
Binary10101111010011000010011010111000100001010100011110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572942; }

 p { color: rgb(87,41,66); }

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

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

 a { background-color: rgb(87,41,66); }

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

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

 span { border-color: rgb(87,41,66); }

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