#572E40

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

Shades of Barossa #572E40

Tints of Barossa #572E40

Color information

#572E40 (or 0x572E40) is unknown color: approx Barossa. HEX triplet: 57, 2E and 40. RGB value is (87,46,64). Sum of RGB (Red+Green+Blue) = 87+46+64=197 (26% of max value = 765). Red value is 87 (34.38% from 255 or 44.16% from 197); Green value is 46 (18.36% from 255 or 23.35% from 197); Blue value is 64 (25.39% from 255 or 32.49% from 197); Max value from RGB is 87 - color contains mainly: red. Hex color #572E40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572E40 is #A8D1BF. Grayscale: #3C3C3C. Windows color (decimal): -11063744 or 4206167. OLE color: 4206167.

HSL color Cylindrical-coordinate representation of color #572E40: hue angle of 333.66º 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 #572E40 is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB874664-
CMYK00.470.260.66
HSL333.66º30.83%26.08%-
HSV(B)333.66º47.13%34.12%-
XYZ5.834.355.38-
YUV60.31130.08147.04-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.16%
GREEN value IS 46 (18.36% from 255) = 23.35%
BLUE value IS 64 (25.39% from 255) = 32.49%
R=44.16%
G=23.35%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87466400.470.260.66333.6630.8326.08
Hex572E4002F1A4214e1f1a
Octal12756100057321025163732
Binary1010111101110100000001011111101010000101010011101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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