Html Css Color HEX #585825 Saratoga

📋 copy color: '#585825'

red 88 ◦ green 88 ◦ blue 37

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

Shades of Saratoga #585825

Tints of Saratoga #585825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 17.37%

R = 41.31%
G = 41.31%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#585825 (or 0x585825) is known color: Saratoga. HEX triplet: 58, 58 and 25. RGB value is (88,88,37). Sum of RGB (Red+Green+Blue) = 88+88+37=213 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.31% from 213); Green value is 88 (34.77% from 255 or 41.31% from 213); Blue value is 37 (14.84% from 255 or 17.37% from 213); Max value from RGB is 88 - color contains mainly: red, green. Hex color #585825 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585825 is #A7A7DA. Grayscale: #525252. Windows color (decimal): -10987483 or 2447448. OLE color: 2447448.

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

Color convert

RGB 88 88 37 -
CMYK 0 0 0.58 0.65
HSL 60º 0.41% 0.25% -
HSV(B) 60º 0.58% 0.35% -
XYZ 7.85 9.19 3.11 -
YUV 82.19 102.5 132.15 -
System Red Green Blue C M Y K H S L
Decimal 88 88 37 0 0 0.58 0.65 60 0.41 0.25
Hex 58 58 25 0 0 3A 41 3C 29 19
Octal 130 130 45 0 0 72 101 74 51 31
Binary 1011000 1011000 100101 0 0 111010 1000001 111100 101001 11001

Color Harmonies of #585825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585825

Black with #585825

Text Example


Text Example

White with #585825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585825; }

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

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

background-color css

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

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

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

border-color css

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

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

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