Html Css Color HEX #586320 Saratoga

📋 copy color: '#586320'

red 88 ◦ green 99 ◦ blue 32

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

Shades of Saratoga #586320

Tints of Saratoga #586320

RGB

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

 GREEN value IS 99 (39.06% from 255) = 45.21%

 BLUE value IS 32 (12.89% from 255) = 14.61%

R = 40.18%
G = 45.21%
B = 14.61%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.68

 K value IS 0.61

RGB Variations

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

Color information

#586320 (or 0x586320) is known color: Saratoga. HEX triplet: 58, 63 and 20. RGB value is (88,99,32). Sum of RGB (Red+Green+Blue) = 88+99+32=219 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40.18% from 219); Green value is 99 (39.06% from 255 or 45.21% from 219); Blue value is 32 (12.89% from 255 or 14.61% from 219); Max value from RGB is 99 - color contains mainly: green. Hex color #586320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586320 is #A79CDF. Grayscale: #585858. Windows color (decimal): -10984672 or 2122584. OLE color: 2122584.

HSL color Cylindrical-coordinate representation of color #586320: hue angle of 69.85º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #586320 is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.61.

Color convert

RGB 88 99 32 -
CMYK 0.11 0 0.68 0.61
HSL 69.85º 0.51% 0.26% -
HSV(B) 69.85º 0.68% 0.39% -
XYZ 8.75 11.1 3.05 -
YUV 88.07 96.36 127.95 -
System Red Green Blue C M Y K H S L
Decimal 88 99 32 0.11 0 0.68 0.61 69.85 0.51 0.26
Hex 58 63 20 B 0 44 3D 46 33 1A
Octal 130 143 40 13 0 104 75 106 63 32
Binary 1011000 1100011 100000 1011 0 1000100 111101 1000110 110011 11010

Color Harmonies of #586320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586320

Black with #586320

Text Example


Text Example

White with #586320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586320; }

 p { color: rgb(88,99,32); }

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

background-color css

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

 a { background-color: rgb(88,99,32); }

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

border-color css

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

 span { border-color: rgb(88,99,32); }

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