#545C36

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

Shades of Saratoga #545C36

Tints of Saratoga #545C36

Color information

#545C36 (or 0x545C36) is unknown color: approx Saratoga. HEX triplet: 54, 5C and 36. RGB value is (84,92,54). Sum of RGB (Red+Green+Blue) = 84+92+54=230 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.52% from 230); Green value is 92 (36.33% from 255 or 40% from 230); Blue value is 54 (21.48% from 255 or 23.48% from 230); Max value from RGB is 92 - color contains mainly: green. Hex color #545C36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545C36 is #ABA3C9. Grayscale: #555555. Windows color (decimal): -11248586 or 3562580. OLE color: 3562580.

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

Color convert

RGB849254-
CMYK0.0900.410.64
HSL72.63º26.03%28.63%-
HSV(B)72.63º41.3%36.08%-
XYZ8.159.814.95-
YUV85.28110.35127.09-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.52%
GREEN value IS 92 (36.33% from 255) = 40%
BLUE value IS 54 (21.48% from 255) = 23.48%
R=36.52%
G=40%
B=23.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8492540.0900.410.6472.6326.0328.63
Hex545C36902940491a1d
Octal12413466110511001113235
Binary1010100101110011011010010101001100000010010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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