Html Css Color HEX #586121 Saratoga

📋 copy color: '#586121'

red 88 ◦ green 97 ◦ blue 33

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

Shades of Saratoga #586121

Tints of Saratoga #586121

RGB

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

 GREEN value IS 97 (38.28% from 255) = 44.5%

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

R = 40.37%
G = 44.5%
B = 15.14%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#586121 (or 0x586121) is known color: Saratoga. HEX triplet: 58, 61 and 21. RGB value is (88,97,33). Sum of RGB (Red+Green+Blue) = 88+97+33=218 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.37% from 218); Green value is 97 (38.28% from 255 or 44.50% from 218); Blue value is 33 (13.28% from 255 or 15.14% from 218); Max value from RGB is 97 - color contains mainly: green. Hex color #586121 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586121 is #A79EDE. Grayscale: #575757. Windows color (decimal): -10985183 or 2187608. OLE color: 2187608.

HSL color Cylindrical-coordinate representation of color #586121: hue angle of 68.44º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #586121 is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB 88 97 33 -
CMYK 0.09 0 0.66 0.62
HSL 68.44º 0.49% 0.25% -
HSV(B) 68.44º 0.66% 0.38% -
XYZ 8.57 10.73 3.06 -
YUV 87.01 97.52 128.7 -
System Red Green Blue C M Y K H S L
Decimal 88 97 33 0.09 0 0.66 0.62 68.44 0.49 0.25
Hex 58 61 21 9 0 42 3E 44 31 19
Octal 130 141 41 11 0 102 76 104 61 31
Binary 1011000 1100001 100001 1001 0 1000010 111110 1000100 110001 11001

Color Harmonies of #586121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586121

Black with #586121

Text Example


Text Example

White with #586121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586121; }

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

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

background-color css

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

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

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

border-color css

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

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

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