#54562F

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

Shades of Saratoga #54562F

Tints of Saratoga #54562F

Color information

#54562F (or 0x54562F) is unknown color: approx Saratoga. HEX triplet: 54, 56 and 2F. RGB value is (84,86,47). Sum of RGB (Red+Green+Blue) = 84+86+47=217 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.71% from 217); Green value is 86 (33.98% from 255 or 39.63% from 217); Blue value is 47 (18.75% from 255 or 21.66% from 217); Max value from RGB is 86 - color contains mainly: green. Hex color #54562F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54562F is #ABA9D0. Grayscale: #515151. Windows color (decimal): -11250129 or 3102292. OLE color: 3102292.

HSL color Cylindrical-coordinate representation of color #54562F: hue angle of 63.08º 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 #54562F is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.66.

Color convert

RGB848647-
CMYK0.0200.450.66
HSL63.08º29.32%26.08%-
HSV(B)63.08º45.35%33.73%-
XYZ7.58.753.98-
YUV80.96108.84130.17-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.71%
GREEN value IS 86 (33.98% from 255) = 39.63%
BLUE value IS 47 (18.75% from 255) = 21.66%
R=38.71%
G=39.63%
B=21.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8486470.0200.450.6663.0829.3226.08
Hex54562F202D423f1d1a
Octal124126572055102773532
Binary1010100101011010111110010110110000101111111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54562F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54562F; }

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

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

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

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

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

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

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

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