Html Css Color HEX #585921 Saratoga

📋 copy color: '#585921'

red 88 ◦ green 89 ◦ blue 33

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

Shades of Saratoga #585921

Tints of Saratoga #585921

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.71%

R = 41.9%
G = 42.38%
B = 15.71%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.63

 K value IS 0.65

RGB Variations

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

Color information

#585921 (or 0x585921) is known color: Saratoga. HEX triplet: 58, 59 and 21. RGB value is (88,89,33). Sum of RGB (Red+Green+Blue) = 88+89+33=210 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.90% from 210); Green value is 89 (35.16% from 255 or 42.38% from 210); Blue value is 33 (13.28% from 255 or 15.71% from 210); Max value from RGB is 89 - color contains mainly: green. Hex color #585921 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585921 is #A7A6DE. Grayscale: #525252. Windows color (decimal): -10987231 or 2185560. OLE color: 2185560.

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

Color convert

RGB 88 89 33 -
CMYK 0.01 0 0.63 0.65
HSL 61.07º 0.46% 0.24% -
HSV(B) 61.07º 0.63% 0.35% -
XYZ 7.87 9.33 2.82 -
YUV 82.32 100.17 132.05 -
System Red Green Blue C M Y K H S L
Decimal 88 89 33 0.01 0 0.63 0.65 61.07 0.46 0.24
Hex 58 59 21 1 0 3F 41 3D 2E 18
Octal 130 131 41 1 0 77 101 75 56 30
Binary 1011000 1011001 100001 1 0 111111 1000001 111101 101110 11000

Color Harmonies of #585921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585921

Black with #585921

Text Example


Text Example

White with #585921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585921; }

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

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

background-color css

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

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

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

border-color css

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

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

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