Html Css Color HEX #585F1C Saratoga

📋 copy color: '#585F1C'

red 88 ◦ green 95 ◦ blue 28

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

Shades of Saratoga #585F1C

Tints of Saratoga #585F1C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 45.02%

 BLUE value IS 28 (11.33% from 255) = 13.27%

R = 41.71%
G = 45.02%
B = 13.27%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.71

 K value IS 0.63

RGB Variations

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

Color information

#585F1C (or 0x585F1C) is known color: Saratoga. HEX triplet: 58, 5F and 1C. RGB value is (88,95,28). Sum of RGB (Red+Green+Blue) = 88+95+28=211 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.71% from 211); Green value is 95 (37.5% from 255 or 45.02% from 211); Blue value is 28 (11.33% from 255 or 13.27% from 211); Max value from RGB is 95 - color contains mainly: green. Hex color #585F1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585F1C is #A7A0E3. Grayscale: #555555. Windows color (decimal): -10985700 or 1859416. OLE color: 1859416.

HSL color Cylindrical-coordinate representation of color #585F1C: hue angle of 66.27º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #585F1C is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.63.

Color convert

RGB 88 95 28 -
CMYK 0.07 0 0.71 0.63
HSL 66.27º 0.54% 0.24% -
HSV(B) 66.27º 0.71% 0.37% -
XYZ 8.33 10.34 2.66 -
YUV 85.27 95.68 129.95 -
System Red Green Blue C M Y K H S L
Decimal 88 95 28 0.07 0 0.71 0.63 66.27 0.54 0.24
Hex 58 5F 1C 7 0 47 3F 42 36 18
Octal 130 137 34 7 0 107 77 102 66 30
Binary 1011000 1011111 11100 111 0 1000111 111111 1000010 110110 11000

Color Harmonies of #585F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585F1C

Black with #585F1C

Text Example


Text Example

White with #585F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,95,28); }

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

background-color css

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

 a { background-color: rgb(88,95,28); }

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

border-color css

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

 span { border-color: rgb(88,95,28); }

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