#572E41

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

Shades of Barossa #572E41

Tints of Barossa #572E41

Color information

#572E41 (or 0x572E41) is unknown color: approx Barossa. HEX triplet: 57, 2E and 41. RGB value is (87,46,65). Sum of RGB (Red+Green+Blue) = 87+46+65=198 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.94% from 198); Green value is 46 (18.36% from 255 or 23.23% from 198); Blue value is 65 (25.78% from 255 or 32.83% from 198); Max value from RGB is 87 - color contains mainly: red. Hex color #572E41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572E41 is #A8D1BE. Grayscale: #3C3C3C. Windows color (decimal): -11063743 or 4271703. OLE color: 4271703.

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

Color convert

RGB874665-
CMYK00.470.250.66
HSL332.2º30.83%26.08%-
HSV(B)332.2º47.13%34.12%-
XYZ5.864.365.53-
YUV60.42130.58146.96-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.94%
GREEN value IS 46 (18.36% from 255) = 23.23%
BLUE value IS 65 (25.78% from 255) = 32.83%
R=43.94%
G=23.23%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.25
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87466500.470.250.66332.230.8326.08
Hex572E4102F194214c1f1a
Octal12756101057311025143732
Binary1010111101110100000101011111100110000101010011001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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