#545628

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

Shades of Saratoga #545628

Tints of Saratoga #545628

Color information

#545628 (or 0x545628) is unknown color: approx Saratoga. HEX triplet: 54, 56 and 28. RGB value is (84,86,40). Sum of RGB (Red+Green+Blue) = 84+86+40=210 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40% from 210); Green value is 86 (33.98% from 255 or 40.95% from 210); Blue value is 40 (16.02% from 255 or 19.05% from 210); Max value from RGB is 86 - color contains mainly: green. Hex color #545628 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545628 is #ABA9D7. Grayscale: #505050. Windows color (decimal): -11250136 or 2643540. OLE color: 2643540.

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

Color convert

RGB848640-
CMYK0.0200.530.66
HSL62.61º36.51%24.71%-
HSV(B)62.61º53.49%33.73%-
XYZ7.378.693.3-
YUV80.16105.34130.74-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40%
GREEN value IS 86 (33.98% from 255) = 40.95%
BLUE value IS 40 (16.02% from 255) = 19.05%
R=40%
G=40.95%
B=19.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8486400.0200.530.6662.6136.5124.71
Hex5456282035423f2519
Octal124126502065102774531
Binary10101001010110101000100110101100001011111110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545628; }

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

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

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

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

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

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

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

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