#535D27

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

Shades of Saratoga #535D27

Tints of Saratoga #535D27

Color information

#535D27 (or 0x535D27) is unknown color: approx Saratoga. HEX triplet: 53, 5D and 27. RGB value is (83,93,39). Sum of RGB (Red+Green+Blue) = 83+93+39=215 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.60% from 215); Green value is 93 (36.72% from 255 or 43.26% from 215); Blue value is 39 (15.62% from 255 or 18.14% from 215); Max value from RGB is 93 - color contains mainly: green. Hex color #535D27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535D27 is #ACA2D8. Grayscale: #545454. Windows color (decimal): -11313881 or 2579795. OLE color: 2579795.

HSL color Cylindrical-coordinate representation of color #535D27: hue angle of 71.11º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #535D27 is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.64.

Color convert

RGB839339-
CMYK0.1100.580.64
HSL71.11º40.91%25.88%-
HSV(B)71.11º58.06%36.47%-
XYZ7.859.813.4-
YUV83.85102.69127.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.60%
GREEN value IS 93 (36.72% from 255) = 43.26%
BLUE value IS 39 (15.62% from 255) = 18.14%
R=38.60%
G=43.26%
B=18.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8393390.1100.580.6471.1140.9125.88
Hex535D27B03A4047291a
Octal12313547130721001075132
Binary10100111011101100111101101110101000000100011110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535D27; }

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

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

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

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

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

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

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

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