#572C40

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

Shades of Barossa #572C40

Tints of Barossa #572C40

Color information

#572C40 (or 0x572C40) is unknown color: approx Barossa. HEX triplet: 57, 2C and 40. RGB value is (87,44,64). Sum of RGB (Red+Green+Blue) = 87+44+64=195 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.62% from 195); Green value is 44 (17.58% from 255 or 22.56% from 195); Blue value is 64 (25.39% from 255 or 32.82% from 195); Max value from RGB is 87 - color contains mainly: red. Hex color #572C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572C40 is #A8D3BF. Grayscale: #3B3B3B. Windows color (decimal): -11064256 or 4205655. OLE color: 4205655.

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

Color convert

RGB874464-
CMYK00.490.260.66
HSL332.09º32.82%25.69%-
HSV(B)332.09º49.43%34.12%-
XYZ5.764.25.36-
YUV59.14130.75147.87-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.62%
GREEN value IS 44 (17.58% from 255) = 22.56%
BLUE value IS 64 (25.39% from 255) = 32.82%
R=44.62%
G=22.56%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87446400.490.260.66332.0932.8225.69
Hex572C400311A4214c211a
Octal12754100061321025144132
Binary10101111011001000000011000111010100001010100110010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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