#53572F

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

Shades of Saratoga #53572F

Tints of Saratoga #53572F

Color information

#53572F (or 0x53572F) is unknown color: approx Saratoga. HEX triplet: 53, 57 and 2F. RGB value is (83,87,47). Sum of RGB (Red+Green+Blue) = 83+87+47=217 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.25% from 217); Green value is 87 (34.38% from 255 or 40.09% from 217); Blue value is 47 (18.75% from 255 or 21.66% from 217); Max value from RGB is 87 - color contains mainly: green. Hex color #53572F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53572F is #ACA8D0. Grayscale: #515151. Windows color (decimal): -11315409 or 3102547. OLE color: 3102547.

HSL color Cylindrical-coordinate representation of color #53572F: hue angle of 66º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53572F is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.66.

Color convert

RGB838747-
CMYK0.0500.460.66
HSL66º29.85%26.27%-
HSV(B)66º45.98%34.12%-
XYZ7.498.864-
YUV81.24108.67129.25-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.25%
GREEN value IS 87 (34.38% from 255) = 40.09%
BLUE value IS 47 (18.75% from 255) = 21.66%
R=38.25%
G=40.09%
B=21.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8387470.0500.460.666629.8526.27
Hex53572F502E42421e1a
Octal1231275750561021023632
Binary101001110101111011111010101110100001010000101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53572F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53572F; }

 p { color: rgb(83,87,47); }

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

<style>
 a { background-color: #53572F; }

 a { background-color: rgb(83,87,47); }

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

<style>
 span { border-color: #53572F; }

 span { border-color: rgb(83,87,47); }

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