Html Css Color HEX #585D1F Saratoga

📋 copy color: '#585D1F'

red 88 ◦ green 93 ◦ blue 31

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

Shades of Saratoga #585D1F

Tints of Saratoga #585D1F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 43.87%

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

R = 41.51%
G = 43.87%
B = 14.62%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.67

 K value IS 0.64

RGB Variations

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

Color information

#585D1F (or 0x585D1F) is known color: Saratoga. HEX triplet: 58, 5D and 1F. RGB value is (88,93,31). Sum of RGB (Red+Green+Blue) = 88+93+31=212 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.51% from 212); Green value is 93 (36.72% from 255 or 43.87% from 212); Blue value is 31 (12.5% from 255 or 14.62% from 212); Max value from RGB is 93 - color contains mainly: green. Hex color #585D1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585D1F is #A7A2E0. Grayscale: #545454. Windows color (decimal): -10986209 or 2055512. OLE color: 2055512.

HSL color Cylindrical-coordinate representation of color #585D1F: hue angle of 64.84º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #585D1F is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.64.

Color convert

RGB 88 93 31 -
CMYK 0.05 0 0.67 0.64
HSL 64.84º 0.5% 0.24% -
HSV(B) 64.84º 0.67% 0.36% -
XYZ 8.19 10 2.8 -
YUV 84.44 97.84 130.54 -
System Red Green Blue C M Y K H S L
Decimal 88 93 31 0.05 0 0.67 0.64 64.84 0.5 0.24
Hex 58 5D 1F 5 0 43 40 41 32 18
Octal 130 135 37 5 0 103 100 101 62 30
Binary 1011000 1011101 11111 101 0 1000011 1000000 1000001 110010 11000

Color Harmonies of #585D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585D1F

Black with #585D1F

Text Example


Text Example

White with #585D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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