Html Css Color HEX #586626 Saratoga

📋 copy color: '#586626'

red 88 ◦ green 102 ◦ blue 38

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

Shades of Saratoga #586626

Tints of Saratoga #586626

RGB

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

 GREEN value IS 102 (40.23% from 255) = 44.74%

 BLUE value IS 38 (15.23% from 255) = 16.67%

R = 38.6%
G = 44.74%
B = 16.67%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.63

 K value IS 0.6

RGB Variations

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

Color information

#586626 (or 0x586626) is known color: Saratoga. HEX triplet: 58, 66 and 26. RGB value is (88,102,38). Sum of RGB (Red+Green+Blue) = 88+102+38=228 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.60% from 228); Green value is 102 (40.23% from 255 or 44.74% from 228); Blue value is 38 (15.23% from 255 or 16.67% from 228); Max value from RGB is 102 - color contains mainly: green. Hex color #586626 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586626 is #A799D9. Grayscale: #5A5A5A. Windows color (decimal): -10983898 or 2516568. OLE color: 2516568.

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

Color convert

RGB 88 102 38 -
CMYK 0.14 0 0.63 0.6
HSL 73.13º 0.46% 0.27% -
HSV(B) 73.13º 0.63% 0.4% -
XYZ 9.13 11.72 3.61 -
YUV 90.52 98.36 126.2 -
System Red Green Blue C M Y K H S L
Decimal 88 102 38 0.14 0 0.63 0.6 73.13 0.46 0.27
Hex 58 66 26 E 0 3F 3C 49 2E 1B
Octal 130 146 46 16 0 77 74 111 56 33
Binary 1011000 1100110 100110 1110 0 111111 111100 1001001 101110 11011

Color Harmonies of #586626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586626

Black with #586626

Text Example


Text Example

White with #586626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586626; }

 p { color: rgb(88,102,38); }

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

background-color css

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

 a { background-color: rgb(88,102,38); }

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

border-color css

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

 span { border-color: rgb(88,102,38); }

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