Html Css Color HEX #58592C Saratoga

📋 copy color: '#58592C'

red 88 ◦ green 89 ◦ blue 44

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

Shades of Saratoga #58592C

Tints of Saratoga #58592C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 19.91%

R = 39.82%
G = 40.27%
B = 19.91%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#58592C (or 0x58592C) is known color: Saratoga. HEX triplet: 58, 59 and 2C. RGB value is (88,89,44). Sum of RGB (Red+Green+Blue) = 88+89+44=221 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.82% from 221); Green value is 89 (35.16% from 255 or 40.27% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 89 - color contains mainly: green. Hex color #58592C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58592C is #A7A6D3. Grayscale: #535353. Windows color (decimal): -10987220 or 2906456. OLE color: 2906456.

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

Color convert

RGB 88 89 44 -
CMYK 0.01 0 0.51 0.65
HSL 61.33º 0.34% 0.26% -
HSV(B) 61.33º 0.51% 0.35% -
XYZ 8.05 9.4 3.77 -
YUV 83.57 105.67 131.16 -
System Red Green Blue C M Y K H S L
Decimal 88 89 44 0.01 0 0.51 0.65 61.33 0.34 0.26
Hex 58 59 2C 1 0 33 41 3D 22 1A
Octal 130 131 54 1 0 63 101 75 42 32
Binary 1011000 1011001 101100 1 0 110011 1000001 111101 100010 11010

Color Harmonies of #58592C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58592C

Black with #58592C

Text Example


Text Example

White with #58592C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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