#545736

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

Shades of Saratoga #545736

Tints of Saratoga #545736

Color information

#545736 (or 0x545736) is unknown color: approx Saratoga. HEX triplet: 54, 57 and 36. RGB value is (84,87,54). Sum of RGB (Red+Green+Blue) = 84+87+54=225 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.33% from 225); Green value is 87 (34.38% from 255 or 38.67% from 225); Blue value is 54 (21.48% from 255 or 24% from 225); Max value from RGB is 87 - color contains mainly: green. Hex color #545736 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545736 is #ABA8C9. Grayscale: #525252. Windows color (decimal): -11249866 or 3561300. OLE color: 3561300.

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

Color convert

RGB848754-
CMYK0.0300.380.66
HSL65.45º23.4%27.65%-
HSV(B)65.45º37.93%34.12%-
XYZ7.738.974.81-
YUV82.34112.01129.18-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.33%
GREEN value IS 87 (34.38% from 255) = 38.67%
BLUE value IS 54 (21.48% from 255) = 24%
R=37.33%
G=38.67%
B=24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8487540.0300.380.6665.4523.427.65
Hex54573630264241171c
Octal1241276630461021012734
Binary10101001010111110110110100110100001010000011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545736; }

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

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

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

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

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

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

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

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