#535D21

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

Shades of Saratoga #535D21

Tints of Saratoga #535D21

Color information

#535D21 (or 0x535D21) is unknown color: approx Saratoga. HEX triplet: 53, 5D and 21. RGB value is (83,93,33). Sum of RGB (Red+Green+Blue) = 83+93+33=209 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.71% from 209); Green value is 93 (36.72% from 255 or 44.50% from 209); Blue value is 33 (13.28% from 255 or 15.79% from 209); Max value from RGB is 93 - color contains mainly: green. Hex color #535D21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535D21 is #ACA2DE. Grayscale: #535353. Windows color (decimal): -11313887 or 2186579. OLE color: 2186579.

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

Color convert

RGB839333-
CMYK0.1100.650.64
HSL70º47.62%24.71%-
HSV(B)70º64.52%36.47%-
XYZ7.769.782.92-
YUV83.1799.69127.88-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.71%
GREEN value IS 93 (36.72% from 255) = 44.50%
BLUE value IS 33 (13.28% from 255) = 15.79%
R=39.71%
G=44.50%
B=15.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8393330.1100.650.647047.6224.71
Hex535D21B04140463019
Octal123135411301011001066031
Binary101001110111011000011011010000011000000100011011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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