Html Css Color HEX #575732 Saratoga

📋 copy color: '#575732'

red 87 ◦ green 87 ◦ blue 50

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

Shades of Saratoga #575732

Tints of Saratoga #575732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 22.32%

R = 38.84%
G = 38.84%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.43

 K value IS 0.66

RGB Variations

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

Color information

#575732 (or 0x575732) is known color: Saratoga. HEX triplet: 57, 57 and 32. RGB value is (87,87,50). Sum of RGB (Red+Green+Blue) = 87+87+50=224 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.84% from 224); Green value is 87 (34.38% from 255 or 38.84% from 224); Blue value is 50 (19.92% from 255 or 22.32% from 224); Max value from RGB is 87 - color contains mainly: red, green. Hex color #575732 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575732 is #A8A8CD. Grayscale: #525252. Windows color (decimal): -11053262 or 3299159. OLE color: 3299159.

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

Color convert

RGB 87 87 50 -
CMYK 0 0 0.43 0.66
HSL 60º 0.27% 0.27% -
HSV(B) 60º 0.43% 0.34% -
XYZ 7.91 9.07 4.35 -
YUV 82.78 109.5 131.01 -
System Red Green Blue C M Y K H S L
Decimal 87 87 50 0 0 0.43 0.66 60 0.27 0.27
Hex 57 57 32 0 0 2B 42 3C 1B 1B
Octal 127 127 62 0 0 53 102 74 33 33
Binary 1010111 1010111 110010 0 0 101011 1000010 111100 11011 11011

Color Harmonies of #575732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575732

Black with #575732

Text Example


Text Example

White with #575732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575732; }

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

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

background-color css

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

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

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

border-color css

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

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

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