#54572B

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

Shades of Saratoga #54572B

Tints of Saratoga #54572B

Color information

#54572B (or 0x54572B) is unknown color: approx Saratoga. HEX triplet: 54, 57 and 2B. RGB value is (84,87,43). Sum of RGB (Red+Green+Blue) = 84+87+43=214 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.25% from 214); Green value is 87 (34.38% from 255 or 40.65% from 214); Blue value is 43 (17.19% from 255 or 20.09% from 214); Max value from RGB is 87 - color contains mainly: green. Hex color #54572B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54572B is #ABA8D4. Grayscale: #515151. Windows color (decimal): -11249877 or 2840404. OLE color: 2840404.

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

Color convert

RGB848743-
CMYK0.0300.510.66
HSL64.09º33.85%25.49%-
HSV(B)64.09º50.57%34.12%-
XYZ7.58.883.6-
YUV81.09106.51130.08-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.25%
GREEN value IS 87 (34.38% from 255) = 40.65%
BLUE value IS 43 (17.19% from 255) = 20.09%
R=39.25%
G=40.65%
B=20.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8487430.0300.510.6664.0933.8525.49
Hex54572B303342402219
Octal1241275330631021004231
Binary101010010101111010111101100111000010100000010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54572B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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