Html Css Color HEX #585928 Saratoga

📋 copy color: '#585928'

red 88 ◦ green 89 ◦ blue 40

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

Shades of Saratoga #585928

Tints of Saratoga #585928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.43%

R = 40.55%
G = 41.01%
B = 18.43%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#585928 (or 0x585928) is known color: Saratoga. HEX triplet: 58, 59 and 28. RGB value is (88,89,40). Sum of RGB (Red+Green+Blue) = 88+89+40=217 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.55% from 217); Green value is 89 (35.16% from 255 or 41.01% from 217); Blue value is 40 (16.02% from 255 or 18.43% from 217); Max value from RGB is 89 - color contains mainly: green. Hex color #585928 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585928 is #A7A6D7. Grayscale: #535353. Windows color (decimal): -10987224 or 2644312. OLE color: 2644312.

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

Color convert

RGB 88 89 40 -
CMYK 0.01 0 0.55 0.65
HSL 61.22º 0.38% 0.25% -
HSV(B) 61.22º 0.55% 0.35% -
XYZ 7.98 9.37 3.4 -
YUV 83.12 103.67 131.48 -
System Red Green Blue C M Y K H S L
Decimal 88 89 40 0.01 0 0.55 0.65 61.22 0.38 0.25
Hex 58 59 28 1 0 37 41 3D 26 19
Octal 130 131 50 1 0 67 101 75 46 31
Binary 1011000 1011001 101000 1 0 110111 1000001 111101 100110 11001

Color Harmonies of #585928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585928

Black with #585928

Text Example


Text Example

White with #585928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585928; }

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

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

background-color css

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

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

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

border-color css

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

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

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