#535D36

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

Shades of Saratoga #535D36

Tints of Saratoga #535D36

Color information

#535D36 (or 0x535D36) is unknown color: approx Saratoga. HEX triplet: 53, 5D and 36. RGB value is (83,93,54). Sum of RGB (Red+Green+Blue) = 83+93+54=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 93 (36.72% from 255 or 40.43% from 230); Blue value is 54 (21.48% from 255 or 23.48% from 230); Max value from RGB is 93 - color contains mainly: green. Hex color #535D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535D36 is #ACA2C9. Grayscale: #555555. Windows color (decimal): -11313866 or 3562835. OLE color: 3562835.

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

Color convert

RGB839354-
CMYK0.1100.420.64
HSL75.38º26.53%28.82%-
HSV(B)75.38º41.94%36.47%-
XYZ8.159.934.98-
YUV85.56110.19126.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.09%
GREEN value IS 93 (36.72% from 255) = 40.43%
BLUE value IS 54 (21.48% from 255) = 23.48%
R=36.09%
G=40.43%
B=23.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8393540.1100.420.6475.3826.5328.82
Hex535D36B02A404b1b1d
Octal12313566130521001133335
Binary1010011101110111011010110101010100000010010111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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