Html Css Color HEX #585A21 Saratoga

📋 copy color: '#585A21'

red 88 ◦ green 90 ◦ blue 33

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

Shades of Saratoga #585A21

Tints of Saratoga #585A21

RGB

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

 GREEN value IS 90 (35.55% from 255) = 42.65%

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

R = 41.71%
G = 42.65%
B = 15.64%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.63

 K value IS 0.65

RGB Variations

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

Color information

#585A21 (or 0x585A21) is known color: Saratoga. HEX triplet: 58, 5A and 21. RGB value is (88,90,33). Sum of RGB (Red+Green+Blue) = 88+90+33=211 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.71% from 211); Green value is 90 (35.55% from 255 or 42.65% from 211); Blue value is 33 (13.28% from 255 or 15.64% from 211); Max value from RGB is 90 - color contains mainly: green. Hex color #585A21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585A21 is #A7A5DE. Grayscale: #535353. Windows color (decimal): -10986975 or 2185816. OLE color: 2185816.

HSL color Cylindrical-coordinate representation of color #585A21: hue angle of 62.11º 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 #585A21 is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 90 33 -
CMYK 0.02 0 0.63 0.65
HSL 62.11º 0.46% 0.24% -
HSV(B) 62.11º 0.63% 0.35% -
XYZ 7.96 9.5 2.85 -
YUV 82.9 99.84 131.63 -
System Red Green Blue C M Y K H S L
Decimal 88 90 33 0.02 0 0.63 0.65 62.11 0.46 0.24
Hex 58 5A 21 2 0 3F 41 3E 2E 18
Octal 130 132 41 2 0 77 101 76 56 30
Binary 1011000 1011010 100001 10 0 111111 1000001 111110 101110 11000

Color Harmonies of #585A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585A21

Black with #585A21

Text Example


Text Example

White with #585A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585A21; }

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

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

background-color css

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

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

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

border-color css

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

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

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