#572F41

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

Shades of Barossa #572F41

Tints of Barossa #572F41

Color information

#572F41 (or 0x572F41) is unknown color: approx Barossa. HEX triplet: 57, 2F and 41. RGB value is (87,47,65). Sum of RGB (Red+Green+Blue) = 87+47+65=199 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.72% from 199); Green value is 47 (18.75% from 255 or 23.62% from 199); Blue value is 65 (25.78% from 255 or 32.66% from 199); Max value from RGB is 87 - color contains mainly: red. Hex color #572F41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572F41 is #A8D0BE. Grayscale: #3C3C3C. Windows color (decimal): -11063487 or 4271959. OLE color: 4271959.

HSL color Cylindrical-coordinate representation of color #572F41: hue angle of 333º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #572F41 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.66.

Color convert

RGB874765-
CMYK00.460.250.66
HSL333º29.85%26.27%-
HSV(B)333º45.98%34.12%-
XYZ5.94.445.55-
YUV61.01130.25146.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.72%
GREEN value IS 47 (18.75% from 255) = 23.62%
BLUE value IS 65 (25.78% from 255) = 32.66%
R=43.72%
G=23.62%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87476500.460.250.6633329.8526.27
Hex572F4102E194214d1e1a
Octal12757101056311025153632
Binary1010111101111100000101011101100110000101010011011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572F41; }

 p { color: rgb(87,47,65); }

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

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

 a { background-color: rgb(87,47,65); }

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

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

 span { border-color: rgb(87,47,65); }

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