#535E21

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

Shades of Saratoga #535E21

Tints of Saratoga #535E21

Color information

#535E21 (or 0x535E21) is unknown color: approx Saratoga. HEX triplet: 53, 5E and 21. RGB value is (83,94,33). Sum of RGB (Red+Green+Blue) = 83+94+33=210 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.52% from 210); Green value is 94 (37.11% from 255 or 44.76% from 210); Blue value is 33 (13.28% from 255 or 15.71% from 210); Max value from RGB is 94 - color contains mainly: green. Hex color #535E21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535E21 is #ACA1DE. Grayscale: #535353. Windows color (decimal): -11313631 or 2186835. OLE color: 2186835.

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

Color convert

RGB839433-
CMYK0.1200.650.63
HSL70.82º48.03%24.9%-
HSV(B)70.82º64.89%36.86%-
XYZ7.849.952.95-
YUV83.7699.36127.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.52%
GREEN value IS 94 (37.11% from 255) = 44.76%
BLUE value IS 33 (13.28% from 255) = 15.71%
R=39.52%
G=44.76%
B=15.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8394330.1200.650.6370.8248.0324.9
Hex535E21C0413F473019
Octal12313641140101771076031
Binary10100111011110100001110001000001111111100011111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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