#545730

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

Shades of Saratoga #545730

Tints of Saratoga #545730

Color information

#545730 (or 0x545730) is unknown color: approx Saratoga. HEX triplet: 54, 57 and 30. RGB value is (84,87,48). Sum of RGB (Red+Green+Blue) = 84+87+48=219 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.36% from 219); Green value is 87 (34.38% from 255 or 39.73% from 219); Blue value is 48 (19.14% from 255 or 21.92% from 219); Max value from RGB is 87 - color contains mainly: green. Hex color #545730 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545730 is #ABA8CF. Grayscale: #515151. Windows color (decimal): -11249872 or 3168084. OLE color: 3168084.

HSL color Cylindrical-coordinate representation of color #545730: hue angle of 64.62º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #545730 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.66.

Color convert

RGB848748-
CMYK0.0300.450.66
HSL64.62º28.89%26.47%-
HSV(B)64.62º44.83%34.12%-
XYZ7.68.914.12-
YUV81.66109.01129.67-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.36%
GREEN value IS 87 (34.38% from 255) = 39.73%
BLUE value IS 48 (19.14% from 255) = 21.92%
R=38.36%
G=39.73%
B=21.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8487480.0300.450.6664.6228.8926.47
Hex545730302D42411d1a
Octal1241276030551021013532
Binary10101001010111110000110101101100001010000011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545730; }

 p { color: rgb(84,87,48); }

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

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

 a { background-color: rgb(84,87,48); }

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

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

 span { border-color: rgb(84,87,48); }

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