#535933

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

Shades of Saratoga #535933

Tints of Saratoga #535933

Color information

#535933 (or 0x535933) is unknown color: approx Saratoga. HEX triplet: 53, 59 and 33. RGB value is (83,89,51). Sum of RGB (Red+Green+Blue) = 83+89+51=223 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.22% from 223); Green value is 89 (35.16% from 255 or 39.91% from 223); Blue value is 51 (20.31% from 255 or 22.87% from 223); Max value from RGB is 89 - color contains mainly: green. Hex color #535933 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535933 is #ACA6CC. Grayscale: #535353. Windows color (decimal): -11314893 or 3365203. OLE color: 3365203.

HSL color Cylindrical-coordinate representation of color #535933: hue angle of 69.47º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #535933 is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.65.

Color convert

RGB838951-
CMYK0.0700.430.65
HSL69.47º27.14%27.45%-
HSV(B)69.47º42.7%34.9%-
XYZ7.749.224.5-
YUV82.87110.01128.09-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.22%
GREEN value IS 89 (35.16% from 255) = 39.91%
BLUE value IS 51 (20.31% from 255) = 22.87%
R=37.22%
G=39.91%
B=22.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8389510.0700.430.6569.4727.1427.45
Hex535933702B41451b1b
Octal1231316370531011053333
Binary101001110110011100111110101011100000110001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535933; }

 p { color: rgb(83,89,51); }

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

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

 a { background-color: rgb(83,89,51); }

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

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

 span { border-color: rgb(83,89,51); }

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