Html Css Color HEX #585E2A Saratoga

📋 copy color: '#585E2A'

red 88 ◦ green 94 ◦ blue 42

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

Shades of Saratoga #585E2A

Tints of Saratoga #585E2A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 41.96%

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

R = 39.29%
G = 41.96%
B = 18.75%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.55

 K value IS 0.63

RGB Variations

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

Color information

#585E2A (or 0x585E2A) is known color: Saratoga. HEX triplet: 58, 5E and 2A. RGB value is (88,94,42). Sum of RGB (Red+Green+Blue) = 88+94+42=224 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.29% from 224); Green value is 94 (37.11% from 255 or 41.96% from 224); Blue value is 42 (16.80% from 255 or 18.75% from 224); Max value from RGB is 94 - color contains mainly: green. Hex color #585E2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585E2A is #A7A1D5. Grayscale: #565656. Windows color (decimal): -10985942 or 2776664. OLE color: 2776664.

HSL color Cylindrical-coordinate representation of color #585E2A: hue angle of 66.92º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #585E2A is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.63.

Color convert

RGB 88 94 42 -
CMYK 0.06 0 0.55 0.63
HSL 66.92º 0.38% 0.27% -
HSV(B) 66.92º 0.55% 0.37% -
XYZ 8.45 10.25 3.72 -
YUV 86.28 103.01 129.23 -
System Red Green Blue C M Y K H S L
Decimal 88 94 42 0.06 0 0.55 0.63 66.92 0.38 0.27
Hex 58 5E 2A 6 0 37 3F 43 26 1B
Octal 130 136 52 6 0 67 77 103 46 33
Binary 1011000 1011110 101010 110 0 110111 111111 1000011 100110 11011

Color Harmonies of #585E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585E2A

Black with #585E2A

Text Example


Text Example

White with #585E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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