Html Css Color HEX #58592D Saratoga

📋 copy color: '#58592D'

red 88 ◦ green 89 ◦ blue 45

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

Shades of Saratoga #58592D

Tints of Saratoga #58592D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20.27%

R = 39.64%
G = 40.09%
B = 20.27%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#58592D (or 0x58592D) is known color: Saratoga. HEX triplet: 58, 59 and 2D. RGB value is (88,89,45). Sum of RGB (Red+Green+Blue) = 88+89+45=222 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.64% from 222); Green value is 89 (35.16% from 255 or 40.09% from 222); Blue value is 45 (17.97% from 255 or 20.27% from 222); Max value from RGB is 89 - color contains mainly: green. Hex color #58592D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58592D is #A7A6D2. Grayscale: #535353. Windows color (decimal): -10987219 or 2971992. OLE color: 2971992.

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

Color convert

RGB 88 89 45 -
CMYK 0.01 0 0.49 0.65
HSL 61.36º 0.33% 0.26% -
HSV(B) 61.36º 0.49% 0.35% -
XYZ 8.07 9.41 3.87 -
YUV 83.69 106.17 131.08 -
System Red Green Blue C M Y K H S L
Decimal 88 89 45 0.01 0 0.49 0.65 61.36 0.33 0.26
Hex 58 59 2D 1 0 31 41 3D 21 1A
Octal 130 131 55 1 0 61 101 75 41 32
Binary 1011000 1011001 101101 1 0 110001 1000001 111101 100001 11010

Color Harmonies of #58592D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58592D

Black with #58592D

Text Example


Text Example

White with #58592D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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