#54582D

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

Shades of Saratoga #54582D

Tints of Saratoga #54582D

Color information

#54582D (or 0x54582D) is unknown color: approx Saratoga. HEX triplet: 54, 58 and 2D. RGB value is (84,88,45). Sum of RGB (Red+Green+Blue) = 84+88+45=217 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.71% from 217); Green value is 88 (34.77% from 255 or 40.55% from 217); Blue value is 45 (17.97% from 255 or 20.74% from 217); Max value from RGB is 88 - color contains mainly: green. Hex color #54582D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54582D is #ABA7D2. Grayscale: #525252. Windows color (decimal): -11249619 or 2971732. OLE color: 2971732.

HSL color Cylindrical-coordinate representation of color #54582D: hue angle of 65.58º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #54582D is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB848845-
CMYK0.0500.490.65
HSL65.58º32.33%26.08%-
HSV(B)65.58º48.86%34.51%-
XYZ7.629.053.83-
YUV81.9107.17129.5-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.71%
GREEN value IS 88 (34.77% from 255) = 40.55%
BLUE value IS 45 (17.97% from 255) = 20.74%
R=38.71%
G=40.55%
B=20.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8488450.0500.490.6565.5832.3326.08
Hex54582D50314142201a
Octal1241305550611011024032
Binary1010100101100010110110101100011000001100001010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54582D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54582D; }

 p { color: rgb(84,88,45); }

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

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

 a { background-color: rgb(84,88,45); }

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

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

 span { border-color: rgb(84,88,45); }

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