#535A2B

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

Shades of Saratoga #535A2B

Tints of Saratoga #535A2B

Color information

#535A2B (or 0x535A2B) is unknown color: approx Saratoga. HEX triplet: 53, 5A and 2B. RGB value is (83,90,43). Sum of RGB (Red+Green+Blue) = 83+90+43=216 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.43% from 216); Green value is 90 (35.55% from 255 or 41.67% from 216); Blue value is 43 (17.19% from 255 or 19.91% from 216); Max value from RGB is 90 - color contains mainly: green. Hex color #535A2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535A2B is #ACA5D4. Grayscale: #525252. Windows color (decimal): -11314645 or 2841171. OLE color: 2841171.

HSL color Cylindrical-coordinate representation of color #535A2B: hue angle of 68.94º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #535A2B is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB839043-
CMYK0.0800.520.65
HSL68.94º35.34%26.08%-
HSV(B)68.94º52.22%35.29%-
XYZ7.669.333.68-
YUV82.55105.68128.32-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.43%
GREEN value IS 90 (35.55% from 255) = 41.67%
BLUE value IS 43 (17.19% from 255) = 19.91%
R=38.43%
G=41.67%
B=19.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8390430.0800.520.6568.9435.3426.08
Hex535A2B80344145231a
Octal12313253100641011054332
Binary10100111011010101011100001101001000001100010110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,90,43); }

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

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

 a { background-color: rgb(83,90,43); }

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

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

 span { border-color: rgb(83,90,43); }

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