Html Css Color HEX #585925 Saratoga

📋 copy color: '#585925'

red 88 ◦ green 89 ◦ blue 37

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

Shades of Saratoga #585925

Tints of Saratoga #585925

RGB

 RED value IS 88 (34.77% from 255) = 41.12%

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

 BLUE value IS 37 (14.84% from 255) = 17.29%

R = 41.12%
G = 41.59%
B = 17.29%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#585925 (or 0x585925) is known color: Saratoga. HEX triplet: 58, 59 and 25. RGB value is (88,89,37). Sum of RGB (Red+Green+Blue) = 88+89+37=214 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.12% from 214); Green value is 89 (35.16% from 255 or 41.59% from 214); Blue value is 37 (14.84% from 255 or 17.29% from 214); Max value from RGB is 89 - color contains mainly: green. Hex color #585925 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585925 is #A7A6DA. Grayscale: #525252. Windows color (decimal): -10987227 or 2447704. OLE color: 2447704.

HSL color Cylindrical-coordinate representation of color #585925: hue angle of 61.15º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #585925 is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 89 37 -
CMYK 0.01 0 0.58 0.65
HSL 61.15º 0.41% 0.25% -
HSV(B) 61.15º 0.58% 0.35% -
XYZ 7.93 9.35 3.14 -
YUV 82.77 102.17 131.73 -
System Red Green Blue C M Y K H S L
Decimal 88 89 37 0.01 0 0.58 0.65 61.15 0.41 0.25
Hex 58 59 25 1 0 3A 41 3D 29 19
Octal 130 131 45 1 0 72 101 75 51 31
Binary 1011000 1011001 100101 1 0 111010 1000001 111101 101001 11001

Color Harmonies of #585925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585925

Black with #585925

Text Example


Text Example

White with #585925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585925; }

 p { color: rgb(88,89,37); }

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

background-color css

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

 a { background-color: rgb(88,89,37); }

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

border-color css

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

 span { border-color: rgb(88,89,37); }

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