Html Css Color HEX #585824 Saratoga

📋 copy color: '#585824'

red 88 ◦ green 88 ◦ blue 36

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

Shades of Saratoga #585824

Tints of Saratoga #585824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 16.98%

R = 41.51%
G = 41.51%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.59

 K value IS 0.65

RGB Variations

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

Color information

#585824 (or 0x585824) is known color: Saratoga. HEX triplet: 58, 58 and 24. RGB value is (88,88,36). Sum of RGB (Red+Green+Blue) = 88+88+36=212 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.51% from 212); Green value is 88 (34.77% from 255 or 41.51% from 212); Blue value is 36 (14.45% from 255 or 16.98% from 212); Max value from RGB is 88 - color contains mainly: red, green. Hex color #585824 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585824 is #A7A7DB. Grayscale: #525252. Windows color (decimal): -10987484 or 2381912. OLE color: 2381912.

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

Color convert

RGB 88 88 36 -
CMYK 0 0 0.59 0.65
HSL 60º 0.42% 0.24% -
HSV(B) 60º 0.59% 0.35% -
XYZ 7.83 9.18 3.03 -
YUV 82.07 102 132.23 -
System Red Green Blue C M Y K H S L
Decimal 88 88 36 0 0 0.59 0.65 60 0.42 0.24
Hex 58 58 24 0 0 3B 41 3C 2A 18
Octal 130 130 44 0 0 73 101 74 52 30
Binary 1011000 1011000 100100 0 0 111011 1000001 111100 101010 11000

Color Harmonies of #585824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585824

Black with #585824

Text Example


Text Example

White with #585824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585824; }

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

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

background-color css

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

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

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

border-color css

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

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

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