Html Css Color HEX #575721 Saratoga

📋 copy color: '#575721'

red 87 ◦ green 87 ◦ blue 33

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

Shades of Saratoga #575721

Tints of Saratoga #575721

RGB

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

 GREEN value IS 87 (34.38% from 255) = 42.03%

 BLUE value IS 33 (13.28% from 255) = 15.94%

R = 42.03%
G = 42.03%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.62

 K value IS 0.66

RGB Variations

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

Color information

#575721 (or 0x575721) is known color: Saratoga. HEX triplet: 57, 57 and 21. RGB value is (87,87,33). Sum of RGB (Red+Green+Blue) = 87+87+33=207 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.03% from 207); Green value is 87 (34.38% from 255 or 42.03% from 207); Blue value is 33 (13.28% from 255 or 15.94% from 207); Max value from RGB is 87 - color contains mainly: red, green. Hex color #575721 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575721 is #A8A8DE. Grayscale: #515151. Windows color (decimal): -11053279 or 2185047. OLE color: 2185047.

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

Color convert

RGB 87 87 33 -
CMYK 0 0 0.62 0.66
HSL 60º 0.45% 0.24% -
HSV(B) 60º 0.62% 0.34% -
XYZ 7.61 8.95 2.77 -
YUV 80.84 101 132.39 -
System Red Green Blue C M Y K H S L
Decimal 87 87 33 0 0 0.62 0.66 60 0.45 0.24
Hex 57 57 21 0 0 3E 42 3C 2D 18
Octal 127 127 41 0 0 76 102 74 55 30
Binary 1010111 1010111 100001 0 0 111110 1000010 111100 101101 11000

Color Harmonies of #575721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575721

Black with #575721

Text Example


Text Example

White with #575721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575721; }

 p { color: rgb(87,87,33); }

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

background-color css

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

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

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

border-color css

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

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

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