#50572B

Color #50572B Saratoga (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saratoga #50572B

Tints of Saratoga #50572B

Color information

#50572B (or 0x50572B) is unknown color: approx Saratoga. HEX triplet: 50, 57 and 2B. RGB value is (80,87,43). Sum of RGB (Red+Green+Blue) = 80+87+43=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 87 (34.38% from 255 or 41.43% from 210); Blue value is 43 (17.19% from 255 or 20.48% from 210); Max value from RGB is 87 - color contains mainly: green. Hex color #50572B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50572B is #AFA8D4. Grayscale: #505050. Windows color (decimal): -11512021 or 2840400. OLE color: 2840400.

HSL color Cylindrical-coordinate representation of color #50572B: hue angle of 69.55º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #50572B is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.66.

Color convert

RGB808743-
CMYK0.0800.510.66
HSL69.55º33.85%25.49%-
HSV(B)69.55º50.57%34.12%-
XYZ7.158.73.59-
YUV79.89107.18128.08-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.10%
GREEN value IS 87 (34.38% from 255) = 41.43%
BLUE value IS 43 (17.19% from 255) = 20.48%
R=38.10%
G=41.43%
B=20.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8087430.0800.510.6669.5533.8525.49
Hex50572B803342462219
Octal12012753100631021064231
Binary10100001010111101011100001100111000010100011010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50572B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50572B; }

 p { color: rgb(80,87,43); }

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

<style>
 a { background-color: #50572B; }

 a { background-color: rgb(80,87,43); }

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

<style>
 span { border-color: #50572B; }

 span { border-color: rgb(80,87,43); }

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