#535735

Color #535735 Saratoga (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saratoga #535735

Tints of Saratoga #535735

Color information

#535735 (or 0x535735) is unknown color: approx Saratoga. HEX triplet: 53, 57 and 35. RGB value is (83,87,53). Sum of RGB (Red+Green+Blue) = 83+87+53=223 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.22% from 223); Green value is 87 (34.38% from 255 or 39.01% from 223); Blue value is 53 (21.09% from 255 or 23.77% from 223); Max value from RGB is 87 - color contains mainly: green. Hex color #535735 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535735 is #ACA8CA. Grayscale: #525252. Windows color (decimal): -11315403 or 3495763. OLE color: 3495763.

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

Color convert

RGB838753-
CMYK0.0500.390.66
HSL67.06º24.29%27.45%-
HSV(B)67.06º39.08%34.12%-
XYZ7.628.914.69-
YUV81.93111.67128.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.22%
GREEN value IS 87 (34.38% from 255) = 39.01%
BLUE value IS 53 (21.09% from 255) = 23.77%
R=37.22%
G=39.01%
B=23.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8387530.0500.390.6667.0624.2927.45
Hex53573550274243181b
Octal1231276550471021033033
Binary101001110101111101011010100111100001010000111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535735; }

 p { color: rgb(83,87,53); }

 H1.HeaderClassName
 {
   color: #535735;
 }
 .AnyTagClassName
 {
   color: #535735;
 }
</style>
background-color css

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

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

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

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

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

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