Html Css Color HEX #585C34 Saratoga

📋 copy color: '#585C34'

red 88 ◦ green 92 ◦ blue 52

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

Shades of Saratoga #585C34

Tints of Saratoga #585C34

RGB

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

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

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

R = 37.93%
G = 39.66%
B = 22.41%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.43

 K value IS 0.64

RGB Variations

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

Color information

#585C34 (or 0x585C34) is known color: Saratoga. HEX triplet: 58, 5C and 34. RGB value is (88,92,52). Sum of RGB (Red+Green+Blue) = 88+92+52=232 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.93% from 232); Green value is 92 (36.33% from 255 or 39.66% from 232); Blue value is 52 (20.70% from 255 or 22.41% from 232); Max value from RGB is 92 - color contains mainly: green. Hex color #585C34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585C34 is #A7A3CB. Grayscale: #565656. Windows color (decimal): -10986444 or 3431512. OLE color: 3431512.

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

Color convert

RGB 88 92 52 -
CMYK 0.04 0 0.43 0.64
HSL 66º 0.28% 0.28% -
HSV(B) 66º 0.43% 0.36% -
XYZ 8.47 9.98 4.73 -
YUV 86.24 108.67 129.25 -
System Red Green Blue C M Y K H S L
Decimal 88 92 52 0.04 0 0.43 0.64 66 0.28 0.28
Hex 58 5C 34 4 0 2B 40 42 1C 1C
Octal 130 134 64 4 0 53 100 102 34 34
Binary 1011000 1011100 110100 100 0 101011 1000000 1000010 11100 11100

Color Harmonies of #585C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585C34

Black with #585C34

Text Example


Text Example

White with #585C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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