#545525

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

Shades of Saratoga #545525

Tints of Saratoga #545525

Color information

#545525 (or 0x545525) is unknown color: approx Saratoga. HEX triplet: 54, 55 and 25. RGB value is (84,85,37). Sum of RGB (Red+Green+Blue) = 84+85+37=206 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.78% from 206); Green value is 85 (33.59% from 255 or 41.26% from 206); Blue value is 37 (14.84% from 255 or 17.96% from 206); Max value from RGB is 85 - color contains mainly: green. Hex color #545525 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545525 is #ABAADA. Grayscale: #4F4F4F. Windows color (decimal): -11250395 or 2446676. OLE color: 2446676.

HSL color Cylindrical-coordinate representation of color #545525: hue angle of 61.25º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #545525 is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.67.

Color convert

RGB848537-
CMYK0.0100.560.67
HSL61.25º39.34%23.92%-
HSV(B)61.25º56.47%33.33%-
XYZ7.248.523.01-
YUV79.23104.17131.4-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.78%
GREEN value IS 85 (33.59% from 255) = 41.26%
BLUE value IS 37 (14.84% from 255) = 17.96%
R=40.78%
G=41.26%
B=17.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8485370.0100.560.6761.2539.3423.92
Hex5455251038433d2718
Octal124125451070103754730
Binary1010100101010110010110111000100001111110110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545525; }

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

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

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

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

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

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

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

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