#545C2F

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

Shades of Saratoga #545C2F

Tints of Saratoga #545C2F

Color information

#545C2F (or 0x545C2F) is unknown color: approx Saratoga. HEX triplet: 54, 5C and 2F. RGB value is (84,92,47). Sum of RGB (Red+Green+Blue) = 84+92+47=223 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.67% from 223); Green value is 92 (36.33% from 255 or 41.26% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 92 - color contains mainly: green. Hex color #545C2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545C2F is #ABA3D0. Grayscale: #545454. Windows color (decimal): -11248593 or 3103828. OLE color: 3103828.

HSL color Cylindrical-coordinate representation of color #545C2F: hue angle of 70.67º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #545C2F is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.64.

Color convert

RGB849247-
CMYK0.0900.490.64
HSL70.67º32.37%27.25%-
HSV(B)70.67º48.91%36.08%-
XYZ89.744.15-
YUV84.48106.85127.66-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.67%
GREEN value IS 92 (36.33% from 255) = 41.26%
BLUE value IS 47 (18.75% from 255) = 21.08%
R=37.67%
G=41.26%
B=21.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8492470.0900.490.6470.6732.3727.25
Hex545C2F90314047201b
Octal12413457110611001074033
Binary10101001011100101111100101100011000000100011110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545C2F; }

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

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

<style>
 a { background-color: #545C2F; }

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

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

<style>
 span { border-color: #545C2F; }

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

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