#545725

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

Shades of Saratoga #545725

Tints of Saratoga #545725

Color information

#545725 (or 0x545725) is unknown color: approx Saratoga. HEX triplet: 54, 57 and 25. RGB value is (84,87,37). Sum of RGB (Red+Green+Blue) = 84+87+37=208 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.38% from 208); Green value is 87 (34.38% from 255 or 41.83% from 208); Blue value is 37 (14.84% from 255 or 17.79% from 208); Max value from RGB is 87 - color contains mainly: green. Hex color #545725 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545725 is #ABA8DA. Grayscale: #505050. Windows color (decimal): -11249883 or 2447188. OLE color: 2447188.

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

Color convert

RGB848737-
CMYK0.0300.570.66
HSL63.6º40.32%24.31%-
HSV(B)63.6º57.47%34.12%-
XYZ7.48.833.07-
YUV80.4103.51130.57-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.38%
GREEN value IS 87 (34.38% from 255) = 41.83%
BLUE value IS 37 (14.84% from 255) = 17.79%
R=40.38%
G=41.83%
B=17.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8487370.0300.570.6663.640.3224.31
Hex545725303942402818
Octal1241274530711021005030
Binary101010010101111001011101110011000010100000010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545725; }

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

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

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

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

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

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

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

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