Html Css Color HEX #575828 Saratoga

📋 copy color: '#575828'

red 87 ◦ green 88 ◦ blue 40

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

Shades of Saratoga #575828

Tints of Saratoga #575828

RGB

 RED value IS 87 (34.38% from 255) = 40.47%

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

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

R = 40.47%
G = 40.93%
B = 18.6%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#575828 (or 0x575828) is known color: Saratoga. HEX triplet: 57, 58 and 28. RGB value is (87,88,40). Sum of RGB (Red+Green+Blue) = 87+88+40=215 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.47% from 215); Green value is 88 (34.77% from 255 or 40.93% from 215); Blue value is 40 (16.02% from 255 or 18.60% from 215); Max value from RGB is 88 - color contains mainly: green. Hex color #575828 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575828 is #A8A7D7. Grayscale: #525252. Windows color (decimal): -11053016 or 2644055. OLE color: 2644055.

HSL color Cylindrical-coordinate representation of color #575828: hue angle of 61.25º 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 #575828 is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.65.

Color convert

RGB 87 88 40 -
CMYK 0.01 0 0.55 0.65
HSL 61.25º 0.38% 0.25% -
HSV(B) 61.25º 0.55% 0.35% -
XYZ 7.8 9.16 3.36 -
YUV 82.23 104.17 131.4 -
System Red Green Blue C M Y K H S L
Decimal 87 88 40 0.01 0 0.55 0.65 61.25 0.38 0.25
Hex 57 58 28 1 0 37 41 3D 26 19
Octal 127 130 50 1 0 67 101 75 46 31
Binary 1010111 1011000 101000 1 0 110111 1000001 111101 100110 11001

Color Harmonies of #575828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575828

Black with #575828

Text Example


Text Example

White with #575828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575828; }

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

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

background-color css

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

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

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

border-color css

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

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

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