#54562C

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

Shades of Saratoga #54562C

Tints of Saratoga #54562C

Color information

#54562C (or 0x54562C) is unknown color: approx Saratoga. HEX triplet: 54, 56 and 2C. RGB value is (84,86,44). Sum of RGB (Red+Green+Blue) = 84+86+44=214 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.25% from 214); Green value is 86 (33.98% from 255 or 40.19% from 214); Blue value is 44 (17.58% from 255 or 20.56% from 214); Max value from RGB is 86 - color contains mainly: green. Hex color #54562C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54562C is #ABA9D3. Grayscale: #505050. Windows color (decimal): -11250132 or 2905684. OLE color: 2905684.

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

Color convert

RGB848644-
CMYK0.0200.490.66
HSL62.86º32.31%25.49%-
HSV(B)62.86º48.84%33.73%-
XYZ7.448.723.67-
YUV80.61107.34130.42-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.25%
GREEN value IS 86 (33.98% from 255) = 40.19%
BLUE value IS 44 (17.58% from 255) = 20.56%
R=39.25%
G=40.19%
B=20.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8486440.0200.490.6662.8632.3125.49
Hex54562C2031423f2019
Octal124126542061102774031
Binary10101001010110101100100110001100001011111110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54562C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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