#545627

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

Shades of Saratoga #545627

Tints of Saratoga #545627

Color information

#545627 (or 0x545627) is unknown color: approx Saratoga. HEX triplet: 54, 56 and 27. RGB value is (84,86,39). Sum of RGB (Red+Green+Blue) = 84+86+39=209 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.19% from 209); Green value is 86 (33.98% from 255 or 41.15% from 209); Blue value is 39 (15.62% from 255 or 18.66% from 209); Max value from RGB is 86 - color contains mainly: green. Hex color #545627 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545627 is #ABA9D8. Grayscale: #505050. Windows color (decimal): -11250137 or 2578004. OLE color: 2578004.

HSL color Cylindrical-coordinate representation of color #545627: hue angle of 62.55º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #545627 is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.66.

Color convert

RGB848639-
CMYK0.0200.550.66
HSL62.55º37.6%24.51%-
HSV(B)62.55º54.65%33.73%-
XYZ7.358.693.21-
YUV80.04104.84130.82-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.19%
GREEN value IS 86 (33.98% from 255) = 41.15%
BLUE value IS 39 (15.62% from 255) = 18.66%
R=40.19%
G=41.15%
B=18.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8486390.0200.550.6662.5537.624.51
Hex5456272037423f2619
Octal124126472067102774631
Binary10101001010110100111100110111100001011111110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545627; }

 p { color: rgb(84,86,39); }

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

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

 a { background-color: rgb(84,86,39); }

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

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

 span { border-color: rgb(84,86,39); }

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