Html Css Color HEX #58591E Saratoga

📋 copy color: '#58591E'

red 88 ◦ green 89 ◦ blue 30

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

Shades of Saratoga #58591E

Tints of Saratoga #58591E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.49%

R = 42.51%
G = 43%
B = 14.49%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#58591E (or 0x58591E) is known color: Saratoga. HEX triplet: 58, 59 and 1E. RGB value is (88,89,30). Sum of RGB (Red+Green+Blue) = 88+89+30=207 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.51% from 207); Green value is 89 (35.16% from 255 or 43.00% from 207); Blue value is 30 (12.11% from 255 or 14.49% from 207); Max value from RGB is 89 - color contains mainly: green. Hex color #58591E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58591E is #A7A6E1. Grayscale: #525252. Windows color (decimal): -10987234 or 1988952. OLE color: 1988952.

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

Color convert

RGB 88 89 30 -
CMYK 0.01 0 0.66 0.65
HSL 61.02º 0.5% 0.23% -
HSV(B) 61.02º 0.66% 0.35% -
XYZ 7.83 9.31 2.61 -
YUV 81.98 98.67 132.3 -
System Red Green Blue C M Y K H S L
Decimal 88 89 30 0.01 0 0.66 0.65 61.02 0.5 0.23
Hex 58 59 1E 1 0 42 41 3D 32 17
Octal 130 131 36 1 0 102 101 75 62 27
Binary 1011000 1011001 11110 1 0 1000010 1000001 111101 110010 10111

Color Harmonies of #58591E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58591E

Black with #58591E

Text Example


Text Example

White with #58591E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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