Html Css Color HEX #585828 Saratoga

📋 copy color: '#585828'

red 88 ◦ green 88 ◦ blue 40

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

Shades of Saratoga #585828

Tints of Saratoga #585828

RGB

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

 GREEN value IS 88 (34.77% from 255) = 40.74%

 BLUE value IS 40 (16.02% from 255) = 18.52%

R = 40.74%
G = 40.74%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#585828 (or 0x585828) is known color: Saratoga. HEX triplet: 58, 58 and 28. RGB value is (88,88,40). Sum of RGB (Red+Green+Blue) = 88+88+40=216 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.74% from 216); Green value is 88 (34.77% from 255 or 40.74% from 216); Blue value is 40 (16.02% from 255 or 18.52% from 216); Max value from RGB is 88 - color contains mainly: red, green. Hex color #585828 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585828 is #A7A7D7. Grayscale: #525252. Windows color (decimal): -10987480 or 2644056. OLE color: 2644056.

HSL color Cylindrical-coordinate representation of color #585828: hue angle of 60º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #585828 is Cyan = 0, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 88 40 -
CMYK 0 0 0.55 0.65
HSL 60º 0.38% 0.25% -
HSV(B) 60º 0.55% 0.35% -
XYZ 7.9 9.21 3.37 -
YUV 82.53 104 131.9 -
System Red Green Blue C M Y K H S L
Decimal 88 88 40 0 0 0.55 0.65 60 0.38 0.25
Hex 58 58 28 0 0 37 41 3C 26 19
Octal 130 130 50 0 0 67 101 74 46 31
Binary 1011000 1011000 101000 0 0 110111 1000001 111100 100110 11001

Color Harmonies of #585828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585828

Black with #585828

Text Example


Text Example

White with #585828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585828; }

 p { color: rgb(88,88,40); }

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

background-color css

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

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

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

border-color css

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

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

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