#545E35

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

Shades of Saratoga #545E35

Tints of Saratoga #545E35

Color information

#545E35 (or 0x545E35) is unknown color: approx Saratoga. HEX triplet: 54, 5E and 35. RGB value is (84,94,53). Sum of RGB (Red+Green+Blue) = 84+94+53=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 94 (37.11% from 255 or 40.69% from 231); Blue value is 53 (21.09% from 255 or 22.94% from 231); Max value from RGB is 94 - color contains mainly: green. Hex color #545E35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545E35 is #ABA1CA. Grayscale: #565656. Windows color (decimal): -11248075 or 3497556. OLE color: 3497556.

HSL color Cylindrical-coordinate representation of color #545E35: hue angle of 74.63º 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 #545E35 is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.63.

Color convert

RGB849453-
CMYK0.1100.440.63
HSL74.63º27.89%28.82%-
HSV(B)74.63º43.62%36.86%-
XYZ8.310.154.89-
YUV86.34109.19126.33-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.36%
GREEN value IS 94 (37.11% from 255) = 40.69%
BLUE value IS 53 (21.09% from 255) = 22.94%
R=36.36%
G=40.69%
B=22.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8494530.1100.440.6374.6327.8928.82
Hex545E35B02C3F4b1c1d
Octal1241366513054771133435
Binary101010010111101101011011010110011111110010111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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