Html Css Color HEX #585934 Saratoga

📋 copy color: '#585934'

red 88 ◦ green 89 ◦ blue 52

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

Shades of Saratoga #585934

Tints of Saratoga #585934

RGB

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

 GREEN value IS 89 (35.16% from 255) = 38.86%

 BLUE value IS 52 (20.7% from 255) = 22.71%

R = 38.43%
G = 38.86%
B = 22.71%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.42

 K value IS 0.65

RGB Variations

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

Color information

#585934 (or 0x585934) is known color: Saratoga. HEX triplet: 58, 59 and 34. RGB value is (88,89,52). Sum of RGB (Red+Green+Blue) = 88+89+52=229 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.43% from 229); Green value is 89 (35.16% from 255 or 38.86% from 229); Blue value is 52 (20.70% from 255 or 22.71% from 229); Max value from RGB is 89 - color contains mainly: green. Hex color #585934 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585934 is #A7A6CB. Grayscale: #545454. Windows color (decimal): -10987212 or 3430744. OLE color: 3430744.

HSL color Cylindrical-coordinate representation of color #585934: hue angle of 61.62º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #585934 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 89 52 -
CMYK 0.01 0 0.42 0.65
HSL 61.62º 0.26% 0.28% -
HSV(B) 61.62º 0.42% 0.35% -
XYZ 8.22 9.47 4.64 -
YUV 84.48 109.67 130.51 -
System Red Green Blue C M Y K H S L
Decimal 88 89 52 0.01 0 0.42 0.65 61.62 0.26 0.28
Hex 58 59 34 1 0 2A 41 3E 1A 1C
Octal 130 131 64 1 0 52 101 76 32 34
Binary 1011000 1011001 110100 1 0 101010 1000001 111110 11010 11100

Color Harmonies of #585934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585934

Black with #585934

Text Example


Text Example

White with #585934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585934; }

 p { color: rgb(88,89,52); }

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

background-color css

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

 a { background-color: rgb(88,89,52); }

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

border-color css

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

 span { border-color: rgb(88,89,52); }

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