Html Css Color HEX #57591F Saratoga

📋 copy color: '#57591F'

red 87 ◦ green 89 ◦ blue 31

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

Shades of Saratoga #57591F

Tints of Saratoga #57591F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.98%

R = 42.03%
G = 43%
B = 14.98%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.65

 K value IS 0.65

RGB Variations

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

Color information

#57591F (or 0x57591F) is known color: Saratoga. HEX triplet: 57, 59 and 1F. RGB value is (87,89,31). Sum of RGB (Red+Green+Blue) = 87+89+31=207 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.03% from 207); Green value is 89 (35.16% from 255 or 43.00% from 207); Blue value is 31 (12.5% from 255 or 14.98% from 207); Max value from RGB is 89 - color contains mainly: green. Hex color #57591F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57591F is #A8A6E0. Grayscale: #525252. Windows color (decimal): -11052769 or 2054487. OLE color: 2054487.

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

Color convert

RGB 87 89 31 -
CMYK 0.02 0 0.65 0.65
HSL 62.07º 0.48% 0.24% -
HSV(B) 62.07º 0.65% 0.35% -
XYZ 7.75 9.27 2.68 -
YUV 81.79 99.34 131.72 -
System Red Green Blue C M Y K H S L
Decimal 87 89 31 0.02 0 0.65 0.65 62.07 0.48 0.24
Hex 57 59 1F 2 0 41 41 3E 30 18
Octal 127 131 37 2 0 101 101 76 60 30
Binary 1010111 1011001 11111 10 0 1000001 1000001 111110 110000 11000

Color Harmonies of #57591F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57591F

Black with #57591F

Text Example


Text Example

White with #57591F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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