#545935

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

Shades of Saratoga #545935

Tints of Saratoga #545935

Color information

#545935 (or 0x545935) is unknown color: approx Saratoga. HEX triplet: 54, 59 and 35. RGB value is (84,89,53). Sum of RGB (Red+Green+Blue) = 84+89+53=226 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.17% from 226); Green value is 89 (35.16% from 255 or 39.38% from 226); Blue value is 53 (21.09% from 255 or 23.45% from 226); Max value from RGB is 89 - color contains mainly: green. Hex color #545935 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545935 is #ABA6CA. Grayscale: #535353. Windows color (decimal): -11249355 or 3496276. OLE color: 3496276.

HSL color Cylindrical-coordinate representation of color #545935: hue angle of 68.33º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #545935 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB848953-
CMYK0.0600.400.65
HSL68.33º25.35%27.84%-
HSV(B)68.33º40.45%34.9%-
XYZ7.879.294.75-
YUV83.4110.84128.43-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.17%
GREEN value IS 89 (35.16% from 255) = 39.38%
BLUE value IS 53 (21.09% from 255) = 23.45%
R=37.17%
G=39.38%
B=23.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8489530.0600.400.6568.3325.3527.84
Hex54593560284144191c
Octal1241316560501011043134
Binary101010010110011101011100101000100000110001001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545935; }

 p { color: rgb(84,89,53); }

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

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

 a { background-color: rgb(84,89,53); }

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

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

 span { border-color: rgb(84,89,53); }

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