Html Css Color HEX #58591D Saratoga

📋 copy color: '#58591D'

red 88 ◦ green 89 ◦ blue 29

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

Shades of Saratoga #58591D

Tints of Saratoga #58591D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.08%

R = 42.72%
G = 43.2%
B = 14.08%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#58591D (or 0x58591D) is known color: Saratoga. HEX triplet: 58, 59 and 1D. RGB value is (88,89,29). Sum of RGB (Red+Green+Blue) = 88+89+29=206 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.72% from 206); Green value is 89 (35.16% from 255 or 43.20% from 206); Blue value is 29 (11.72% from 255 or 14.08% from 206); Max value from RGB is 89 - color contains mainly: green. Hex color #58591D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58591D is #A7A6E2. Grayscale: #525252. Windows color (decimal): -10987235 or 1923416. OLE color: 1923416.

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

Color convert

RGB 88 89 29 -
CMYK 0.01 0 0.67 0.65
HSL 61º 0.51% 0.23% -
HSV(B) 61º 0.67% 0.35% -
XYZ 7.82 9.31 2.55 -
YUV 81.86 98.17 132.38 -
System Red Green Blue C M Y K H S L
Decimal 88 89 29 0.01 0 0.67 0.65 61 0.51 0.23
Hex 58 59 1D 1 0 43 41 3D 33 17
Octal 130 131 35 1 0 103 101 75 63 27
Binary 1011000 1011001 11101 1 0 1000011 1000001 111101 110011 10111

Color Harmonies of #58591D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58591D

Black with #58591D

Text Example


Text Example

White with #58591D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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