Html Css Color HEX #575920 Saratoga

📋 copy color: '#575920'

red 87 ◦ green 89 ◦ blue 32

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

Shades of Saratoga #575920

Tints of Saratoga #575920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 15.38%

R = 41.83%
G = 42.79%
B = 15.38%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#575920 (or 0x575920) is known color: Saratoga. HEX triplet: 57, 59 and 20. RGB value is (87,89,32). Sum of RGB (Red+Green+Blue) = 87+89+32=208 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.83% from 208); Green value is 89 (35.16% from 255 or 42.79% from 208); Blue value is 32 (12.89% from 255 or 15.38% from 208); Max value from RGB is 89 - color contains mainly: green. Hex color #575920 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575920 is #A8A6DF. Grayscale: #525252. Windows color (decimal): -11052768 or 2120023. OLE color: 2120023.

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

Color convert

RGB 87 89 32 -
CMYK 0.02 0 0.64 0.65
HSL 62.11º 0.47% 0.24% -
HSV(B) 62.11º 0.64% 0.35% -
XYZ 7.76 9.28 2.75 -
YUV 81.9 99.84 131.63 -
System Red Green Blue C M Y K H S L
Decimal 87 89 32 0.02 0 0.64 0.65 62.11 0.47 0.24
Hex 57 59 20 2 0 40 41 3E 2F 18
Octal 127 131 40 2 0 100 101 76 57 30
Binary 1010111 1011001 100000 10 0 1000000 1000001 111110 101111 11000

Color Harmonies of #575920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575920

Black with #575920

Text Example


Text Example

White with #575920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575920; }

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

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

background-color css

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

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

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

border-color css

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

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

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