Html Css Color HEX #57572F Saratoga

📋 copy color: '#57572F'

red 87 ◦ green 87 ◦ blue 47

#57572F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saratoga #57572F

Tints of Saratoga #57572F

RGB

 RED value IS 87 (34.38% from 255) = 39.37%

 GREEN value IS 87 (34.38% from 255) = 39.37%

 BLUE value IS 47 (18.75% from 255) = 21.27%

R = 39.37%
G = 39.37%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.46

 K value IS 0.66

RGB Variations

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

Color information

#57572F (or 0x57572F) is known color: Saratoga. HEX triplet: 57, 57 and 2F. RGB value is (87,87,47). Sum of RGB (Red+Green+Blue) = 87+87+47=221 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.37% from 221); Green value is 87 (34.38% from 255 or 39.37% from 221); Blue value is 47 (18.75% from 255 or 21.27% from 221); Max value from RGB is 87 - color contains mainly: red, green. Hex color #57572F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57572F is #A8A8D0. Grayscale: #525252. Windows color (decimal): -11053265 or 3102551. OLE color: 3102551.

HSL color Cylindrical-coordinate representation of color #57572F: hue angle of 60º 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 #57572F is Cyan = 0, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 87 47 -
CMYK 0 0 0.46 0.66
HSL 60º 0.3% 0.26% -
HSV(B) 60º 0.46% 0.34% -
XYZ 7.85 9.05 4.02 -
YUV 82.44 108 131.25 -
System Red Green Blue C M Y K H S L
Decimal 87 87 47 0 0 0.46 0.66 60 0.3 0.26
Hex 57 57 2F 0 0 2E 42 3C 1E 1A
Octal 127 127 57 0 0 56 102 74 36 32
Binary 1010111 1010111 101111 0 0 101110 1000010 111100 11110 11010

Color Harmonies of #57572F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57572F

Black with #57572F

Text Example


Text Example

White with #57572F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #57572F;
 }
 .AnyTagClassName
 {
   color: #57572F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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