Html Css Color HEX #58591C Saratoga

📋 copy color: '#58591C'

red 88 ◦ green 89 ◦ blue 28

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

Shades of Saratoga #58591C

Tints of Saratoga #58591C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.66%

R = 42.93%
G = 43.41%
B = 13.66%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#58591C (or 0x58591C) is known color: Saratoga. HEX triplet: 58, 59 and 1C. RGB value is (88,89,28). Sum of RGB (Red+Green+Blue) = 88+89+28=205 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.93% from 205); Green value is 89 (35.16% from 255 or 43.41% from 205); Blue value is 28 (11.33% from 255 or 13.66% from 205); Max value from RGB is 89 - color contains mainly: green. Hex color #58591C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58591C is #A7A6E3. Grayscale: #515151. Windows color (decimal): -10987236 or 1857880. OLE color: 1857880.

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

Color convert

RGB 88 89 28 -
CMYK 0.01 0 0.69 0.65
HSL 60.98º 0.52% 0.23% -
HSV(B) 60.98º 0.69% 0.35% -
XYZ 7.81 9.3 2.48 -
YUV 81.75 97.67 132.46 -
System Red Green Blue C M Y K H S L
Decimal 88 89 28 0.01 0 0.69 0.65 60.98 0.52 0.23
Hex 58 59 1C 1 0 45 41 3D 34 17
Octal 130 131 34 1 0 105 101 75 64 27
Binary 1011000 1011001 11100 1 0 1000101 1000001 111101 110100 10111

Color Harmonies of #58591C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58591C

Black with #58591C

Text Example


Text Example

White with #58591C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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