#572D40

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

Shades of Barossa #572D40

Tints of Barossa #572D40

Color information

#572D40 (or 0x572D40) is unknown color: approx Barossa. HEX triplet: 57, 2D and 40. RGB value is (87,45,64). Sum of RGB (Red+Green+Blue) = 87+45+64=196 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.39% from 196); Green value is 45 (17.97% from 255 or 22.96% from 196); Blue value is 64 (25.39% from 255 or 32.65% from 196); Max value from RGB is 87 - color contains mainly: red. Hex color #572D40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572D40 is #A8D2BF. Grayscale: #3B3B3B. Windows color (decimal): -11064000 or 4205911. OLE color: 4205911.

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

Color convert

RGB874564-
CMYK00.480.260.66
HSL332.86º31.82%25.88%-
HSV(B)332.86º48.28%34.12%-
XYZ5.794.275.37-
YUV59.72130.41147.46-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.39%
GREEN value IS 45 (17.97% from 255) = 22.96%
BLUE value IS 64 (25.39% from 255) = 32.65%
R=44.39%
G=22.96%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87456400.480.260.66332.8631.8225.88
Hex572D400301A4214d201a
Octal12755100060321025154032
Binary10101111011011000000011000011010100001010100110110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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