Html Css Color HEX #575824 Saratoga

📋 copy color: '#575824'

red 87 ◦ green 88 ◦ blue 36

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

Shades of Saratoga #575824

Tints of Saratoga #575824

RGB

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

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

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

R = 41.23%
G = 41.71%
B = 17.06%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.59

 K value IS 0.65

RGB Variations

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

Color information

#575824 (or 0x575824) is known color: Saratoga. HEX triplet: 57, 58 and 24. RGB value is (87,88,36). Sum of RGB (Red+Green+Blue) = 87+88+36=211 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.23% from 211); Green value is 88 (34.77% from 255 or 41.71% from 211); Blue value is 36 (14.45% from 255 or 17.06% from 211); Max value from RGB is 88 - color contains mainly: green. Hex color #575824 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575824 is #A8A7DB. Grayscale: #515151. Windows color (decimal): -11053020 or 2381911. OLE color: 2381911.

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

Color convert

RGB 87 88 36 -
CMYK 0.01 0 0.59 0.65
HSL 61.15º 0.42% 0.24% -
HSV(B) 61.15º 0.59% 0.35% -
XYZ 7.74 9.13 3.02 -
YUV 81.77 102.17 131.73 -
System Red Green Blue C M Y K H S L
Decimal 87 88 36 0.01 0 0.59 0.65 61.15 0.42 0.24
Hex 57 58 24 1 0 3B 41 3D 2A 18
Octal 127 130 44 1 0 73 101 75 52 30
Binary 1010111 1011000 100100 1 0 111011 1000001 111101 101010 11000

Color Harmonies of #575824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575824

Black with #575824

Text Example


Text Example

White with #575824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575824; }

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

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

background-color css

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

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

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

border-color css

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

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

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