Html Css Color HEX #585C31 Saratoga

📋 copy color: '#585C31'

red 88 ◦ green 92 ◦ blue 49

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

Shades of Saratoga #585C31

Tints of Saratoga #585C31

RGB

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

 GREEN value IS 92 (36.33% from 255) = 40.17%

 BLUE value IS 49 (19.53% from 255) = 21.4%

R = 38.43%
G = 40.17%
B = 21.4%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.64

RGB Variations

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

Color information

#585C31 (or 0x585C31) is known color: Saratoga. HEX triplet: 58, 5C and 31. RGB value is (88,92,49). Sum of RGB (Red+Green+Blue) = 88+92+49=229 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.43% from 229); Green value is 92 (36.33% from 255 or 40.17% from 229); Blue value is 49 (19.53% from 255 or 21.40% from 229); Max value from RGB is 92 - color contains mainly: green. Hex color #585C31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585C31 is #A7A3CE. Grayscale: #565656. Windows color (decimal): -10986447 or 3234904. OLE color: 3234904.

HSL color Cylindrical-coordinate representation of color #585C31: hue angle of 65.58º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #585C31 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.64.

Color convert

RGB 88 92 49 -
CMYK 0.04 0 0.47 0.64
HSL 65.58º 0.3% 0.28% -
HSV(B) 65.58º 0.47% 0.36% -
XYZ 8.41 9.95 4.38 -
YUV 85.9 107.17 129.5 -
System Red Green Blue C M Y K H S L
Decimal 88 92 49 0.04 0 0.47 0.64 65.58 0.3 0.28
Hex 58 5C 31 4 0 2F 40 42 1E 1C
Octal 130 134 61 4 0 57 100 102 36 34
Binary 1011000 1011100 110001 100 0 101111 1000000 1000010 11110 11100

Color Harmonies of #585C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585C31

Black with #585C31

Text Example


Text Example

White with #585C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,92,49); }

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

background-color css

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

 a { background-color: rgb(88,92,49); }

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

border-color css

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

 span { border-color: rgb(88,92,49); }

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