Html Css Color HEX #586325 Saratoga

📋 copy color: '#586325'

red 88 ◦ green 99 ◦ blue 37

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

Shades of Saratoga #586325

Tints of Saratoga #586325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 16.52%

R = 39.29%
G = 44.2%
B = 16.52%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.63

 K value IS 0.61

RGB Variations

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

Color information

#586325 (or 0x586325) is known color: Saratoga. HEX triplet: 58, 63 and 25. RGB value is (88,99,37). Sum of RGB (Red+Green+Blue) = 88+99+37=224 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.29% from 224); Green value is 99 (39.06% from 255 or 44.20% from 224); Blue value is 37 (14.84% from 255 or 16.52% from 224); Max value from RGB is 99 - color contains mainly: green. Hex color #586325 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586325 is #A79CDA. Grayscale: #585858. Windows color (decimal): -10984667 or 2450264. OLE color: 2450264.

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

Color convert

RGB 88 99 37 -
CMYK 0.11 0 0.63 0.61
HSL 70.65º 0.46% 0.27% -
HSV(B) 70.65º 0.63% 0.39% -
XYZ 8.82 11.13 3.43 -
YUV 88.64 98.86 127.54 -
System Red Green Blue C M Y K H S L
Decimal 88 99 37 0.11 0 0.63 0.61 70.65 0.46 0.27
Hex 58 63 25 B 0 3F 3D 47 2E 1B
Octal 130 143 45 13 0 77 75 107 56 33
Binary 1011000 1100011 100101 1011 0 111111 111101 1000111 101110 11011

Color Harmonies of #586325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586325

Black with #586325

Text Example


Text Example

White with #586325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586325; }

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

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

background-color css

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

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

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

border-color css

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

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

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