#535F2F

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

Shades of Saratoga #535F2F

Tints of Saratoga #535F2F

Color information

#535F2F (or 0x535F2F) is unknown color: approx Saratoga. HEX triplet: 53, 5F and 2F. RGB value is (83,95,47). Sum of RGB (Red+Green+Blue) = 83+95+47=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 95 (37.5% from 255 or 42.22% from 225); Blue value is 47 (18.75% from 255 or 20.89% from 225); Max value from RGB is 95 - color contains mainly: green. Hex color #535F2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535F2F is #ACA0D0. Grayscale: #565656. Windows color (decimal): -11313361 or 3104595. OLE color: 3104595.

HSL color Cylindrical-coordinate representation of color #535F2F: hue angle of 75º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #535F2F is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.63.

Color convert

RGB839547-
CMYK0.1300.510.63
HSL75º33.8%27.84%-
HSV(B)75º50.53%37.25%-
XYZ8.1710.234.23-
YUV85.94106.02125.9-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.89%
GREEN value IS 95 (37.5% from 255) = 42.22%
BLUE value IS 47 (18.75% from 255) = 20.89%
R=36.89%
G=42.22%
B=20.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8395470.1300.510.637533.827.84
Hex535F2FD0333F4b221c
Octal1231375715063771134234
Binary1010011101111110111111010110011111111100101110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,95,47); }

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

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

 a { background-color: rgb(83,95,47); }

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

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

 span { border-color: rgb(83,95,47); }

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