#545F35

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

Shades of Saratoga #545F35

Tints of Saratoga #545F35

Color information

#545F35 (or 0x545F35) is unknown color: approx Saratoga. HEX triplet: 54, 5F and 35. RGB value is (84,95,53). Sum of RGB (Red+Green+Blue) = 84+95+53=232 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.21% from 232); Green value is 95 (37.5% from 255 or 40.95% from 232); Blue value is 53 (21.09% from 255 or 22.84% from 232); Max value from RGB is 95 - color contains mainly: green. Hex color #545F35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545F35 is #ABA0CA. Grayscale: #575757. Windows color (decimal): -11247819 or 3497812. OLE color: 3497812.

HSL color Cylindrical-coordinate representation of color #545F35: hue angle of 75.71º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #545F35 is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.63.

Color convert

RGB849553-
CMYK0.1200.440.63
HSL75.71º28.38%29.02%-
HSV(B)75.71º44.21%37.25%-
XYZ8.3910.334.92-
YUV86.92108.86125.92-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.21%
GREEN value IS 95 (37.5% from 255) = 40.95%
BLUE value IS 53 (21.09% from 255) = 22.84%
R=36.21%
G=40.95%
B=22.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8495530.1200.440.6375.7128.3829.02
Hex545F35C02C3F4c1c1d
Octal1241376514054771143435
Binary101010010111111101011100010110011111110011001110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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