Html Css Color HEX #585F1F Saratoga

📋 copy color: '#585F1F'

red 88 ◦ green 95 ◦ blue 31

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

Shades of Saratoga #585F1F

Tints of Saratoga #585F1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.49%

R = 41.12%
G = 44.39%
B = 14.49%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.67

 K value IS 0.63

RGB Variations

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

Color information

#585F1F (or 0x585F1F) is known color: Saratoga. HEX triplet: 58, 5F and 1F. RGB value is (88,95,31). Sum of RGB (Red+Green+Blue) = 88+95+31=214 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.12% from 214); Green value is 95 (37.5% from 255 or 44.39% from 214); Blue value is 31 (12.5% from 255 or 14.49% from 214); Max value from RGB is 95 - color contains mainly: green. Hex color #585F1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585F1F is #A7A0E0. Grayscale: #555555. Windows color (decimal): -10985697 or 2056024. OLE color: 2056024.

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

Color convert

RGB 88 95 31 -
CMYK 0.07 0 0.67 0.63
HSL 66.56º 0.51% 0.25% -
HSV(B) 66.56º 0.67% 0.37% -
XYZ 8.36 10.36 2.85 -
YUV 85.61 97.18 129.7 -
System Red Green Blue C M Y K H S L
Decimal 88 95 31 0.07 0 0.67 0.63 66.56 0.51 0.25
Hex 58 5F 1F 7 0 43 3F 43 33 19
Octal 130 137 37 7 0 103 77 103 63 31
Binary 1011000 1011111 11111 111 0 1000011 111111 1000011 110011 11001

Color Harmonies of #585F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585F1F

Black with #585F1F

Text Example


Text Example

White with #585F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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