#535627

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

Shades of Saratoga #535627

Tints of Saratoga #535627

Color information

#535627 (or 0x535627) is unknown color: approx Saratoga. HEX triplet: 53, 56 and 27. RGB value is (83,86,39). Sum of RGB (Red+Green+Blue) = 83+86+39=208 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.90% from 208); Green value is 86 (33.98% from 255 or 41.35% from 208); Blue value is 39 (15.62% from 255 or 18.75% from 208); Max value from RGB is 86 - color contains mainly: green. Hex color #535627 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535627 is #ACA9D8. Grayscale: #4F4F4F. Windows color (decimal): -11315673 or 2578003. OLE color: 2578003.

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

Color convert

RGB838639-
CMYK0.0300.550.66
HSL63.83º37.6%24.51%-
HSV(B)63.83º54.65%33.73%-
XYZ7.268.643.2-
YUV79.74105.01130.32-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.90%
GREEN value IS 86 (33.98% from 255) = 41.35%
BLUE value IS 39 (15.62% from 255) = 18.75%
R=39.90%
G=41.35%
B=18.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8386390.0300.550.6663.8337.624.51
Hex535627303742402619
Octal1231264730671021004631
Binary101001110101101001111101101111000010100000010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535627; }

 p { color: rgb(83,86,39); }

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

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

 a { background-color: rgb(83,86,39); }

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

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

 span { border-color: rgb(83,86,39); }

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