Html Css Color HEX #57592F Saratoga

📋 copy color: '#57592F'

red 87 ◦ green 89 ◦ blue 47

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

Shades of Saratoga #57592F

Tints of Saratoga #57592F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.91%

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

R = 39.01%
G = 39.91%
B = 21.08%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#57592F (or 0x57592F) is known color: Saratoga. HEX triplet: 57, 59 and 2F. RGB value is (87,89,47). Sum of RGB (Red+Green+Blue) = 87+89+47=223 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.01% from 223); Green value is 89 (35.16% from 255 or 39.91% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 89 - color contains mainly: green. Hex color #57592F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57592F is #A8A6D0. Grayscale: #535353. Windows color (decimal): -11052753 or 3103063. OLE color: 3103063.

HSL color Cylindrical-coordinate representation of color #57592F: hue angle of 62.86º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #57592F is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB 87 89 47 -
CMYK 0.02 0 0.47 0.65
HSL 62.86º 0.31% 0.27% -
HSV(B) 62.86º 0.47% 0.35% -
XYZ 8.02 9.38 4.08 -
YUV 83.61 107.34 130.42 -
System Red Green Blue C M Y K H S L
Decimal 87 89 47 0.02 0 0.47 0.65 62.86 0.31 0.27
Hex 57 59 2F 2 0 2F 41 3F 1F 1B
Octal 127 131 57 2 0 57 101 77 37 33
Binary 1010111 1011001 101111 10 0 101111 1000001 111111 11111 11011

Color Harmonies of #57592F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57592F

Black with #57592F

Text Example


Text Example

White with #57592F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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