Html Css Color HEX #58592A Saratoga

📋 copy color: '#58592A'

red 88 ◦ green 89 ◦ blue 42

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

Shades of Saratoga #58592A

Tints of Saratoga #58592A

RGB

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

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

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

R = 40.18%
G = 40.64%
B = 19.18%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#58592A (or 0x58592A) is known color: Saratoga. HEX triplet: 58, 59 and 2A. RGB value is (88,89,42). Sum of RGB (Red+Green+Blue) = 88+89+42=219 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40.18% from 219); Green value is 89 (35.16% from 255 or 40.64% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 89 - color contains mainly: green. Hex color #58592A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58592A is #A7A6D5. Grayscale: #535353. Windows color (decimal): -10987222 or 2775384. OLE color: 2775384.

HSL color Cylindrical-coordinate representation of color #58592A: hue angle of 61.28º 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 #58592A is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 89 42 -
CMYK 0.01 0 0.53 0.65
HSL 61.28º 0.36% 0.26% -
HSV(B) 61.28º 0.53% 0.35% -
XYZ 8.01 9.39 3.58 -
YUV 83.34 104.67 131.32 -
System Red Green Blue C M Y K H S L
Decimal 88 89 42 0.01 0 0.53 0.65 61.28 0.36 0.26
Hex 58 59 2A 1 0 35 41 3D 24 1A
Octal 130 131 52 1 0 65 101 75 44 32
Binary 1011000 1011001 101010 1 0 110101 1000001 111101 100100 11010

Color Harmonies of #58592A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58592A

Black with #58592A

Text Example


Text Example

White with #58592A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58592A; }

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

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

background-color css

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

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

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

border-color css

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

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

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