#54572F

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

Shades of Saratoga #54572F

Tints of Saratoga #54572F

Color information

#54572F (or 0x54572F) is unknown color: approx Saratoga. HEX triplet: 54, 57 and 2F. RGB value is (84,87,47). Sum of RGB (Red+Green+Blue) = 84+87+47=218 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.53% from 218); Green value is 87 (34.38% from 255 or 39.91% from 218); Blue value is 47 (18.75% from 255 or 21.56% from 218); Max value from RGB is 87 - color contains mainly: green. Hex color #54572F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54572F is #ABA8D0. Grayscale: #515151. Windows color (decimal): -11249873 or 3102548. OLE color: 3102548.

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

Color convert

RGB848747-
CMYK0.0300.460.66
HSL64.5º29.85%26.27%-
HSV(B)64.5º45.98%34.12%-
XYZ7.588.914.01-
YUV81.54108.51129.75-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.53%
GREEN value IS 87 (34.38% from 255) = 39.91%
BLUE value IS 47 (18.75% from 255) = 21.56%
R=38.53%
G=39.91%
B=21.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8487470.0300.460.6664.529.8526.27
Hex54572F302E42401e1a
Octal1241275730561021003632
Binary10101001010111101111110101110100001010000001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54572F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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