#545A35

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

Shades of Saratoga #545A35

Tints of Saratoga #545A35

Color information

#545A35 (or 0x545A35) is unknown color: approx Saratoga. HEX triplet: 54, 5A and 35. RGB value is (84,90,53). Sum of RGB (Red+Green+Blue) = 84+90+53=227 (30% of max value = 765). Red value is 84 (33.20% from 255 or 37.00% from 227); Green value is 90 (35.55% from 255 or 39.65% from 227); Blue value is 53 (21.09% from 255 or 23.35% from 227); Max value from RGB is 90 - color contains mainly: green. Hex color #545A35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545A35 is #ABA5CA. Grayscale: #545454. Windows color (decimal): -11249099 or 3496532. OLE color: 3496532.

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

Color convert

RGB849053-
CMYK0.0700.410.65
HSL69.73º25.87%28.04%-
HSV(B)69.73º41.11%35.29%-
XYZ7.959.454.77-
YUV83.99110.51128.01-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.00%
GREEN value IS 90 (35.55% from 255) = 39.65%
BLUE value IS 53 (21.09% from 255) = 23.35%
R=37.00%
G=39.65%
B=23.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8490530.0700.410.6569.7325.8728.04
Hex545A35702941461a1c
Octal1241326570511011063234
Binary101010010110101101011110101001100000110001101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545A35; }

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

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

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

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

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

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

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

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