Html Css Color HEX #585A2A Saratoga

📋 copy color: '#585A2A'

red 88 ◦ green 90 ◦ blue 42

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

Shades of Saratoga #585A2A

Tints of Saratoga #585A2A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 40.91%

 BLUE value IS 42 (16.8% from 255) = 19.09%

R = 40%
G = 40.91%
B = 19.09%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#585A2A (or 0x585A2A) is known color: Saratoga. HEX triplet: 58, 5A and 2A. RGB value is (88,90,42). Sum of RGB (Red+Green+Blue) = 88+90+42=220 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40% from 220); Green value is 90 (35.55% from 255 or 40.91% from 220); Blue value is 42 (16.80% from 255 or 19.09% from 220); Max value from RGB is 90 - color contains mainly: green. Hex color #585A2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585A2A is #A7A5D5. Grayscale: #545454. Windows color (decimal): -10986966 or 2775640. OLE color: 2775640.

HSL color Cylindrical-coordinate representation of color #585A2A: hue angle of 62.5º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #585A2A is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 90 42 -
CMYK 0.02 0 0.53 0.65
HSL 62.5º 0.36% 0.26% -
HSV(B) 62.5º 0.53% 0.35% -
XYZ 8.1 9.55 3.61 -
YUV 83.93 104.34 130.9 -
System Red Green Blue C M Y K H S L
Decimal 88 90 42 0.02 0 0.53 0.65 62.5 0.36 0.26
Hex 58 5A 2A 2 0 35 41 3F 24 1A
Octal 130 132 52 2 0 65 101 77 44 32
Binary 1011000 1011010 101010 10 0 110101 1000001 111111 100100 11010

Color Harmonies of #585A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585A2A

Black with #585A2A

Text Example


Text Example

White with #585A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,90,42); }

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

background-color css

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

 a { background-color: rgb(88,90,42); }

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

border-color css

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

 span { border-color: rgb(88,90,42); }

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