#545B23

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

Shades of Saratoga #545B23

Tints of Saratoga #545B23

Color information

#545B23 (or 0x545B23) is unknown color: approx Saratoga. HEX triplet: 54, 5B and 23. RGB value is (84,91,35). Sum of RGB (Red+Green+Blue) = 84+91+35=210 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40% from 210); Green value is 91 (35.94% from 255 or 43.33% from 210); Blue value is 35 (14.06% from 255 or 16.67% from 210); Max value from RGB is 91 - color contains mainly: green. Hex color #545B23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545B23 is #ABA4DC. Grayscale: #525252. Windows color (decimal): -11248861 or 2317140. OLE color: 2317140.

HSL color Cylindrical-coordinate representation of color #545B23: hue angle of 67.5º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #545B23 is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.64.

Color convert

RGB849135-
CMYK0.0800.620.64
HSL67.5º44.44%24.71%-
HSV(B)67.5º61.54%35.69%-
XYZ7.79.493.02-
YUV82.52101.18129.05-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40%
GREEN value IS 91 (35.94% from 255) = 43.33%
BLUE value IS 35 (14.06% from 255) = 16.67%
R=40%
G=43.33%
B=16.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8491350.0800.620.6467.544.4424.71
Hex545B23803E40442c19
Octal12413343100761001045431
Binary10101001011011100011100001111101000000100010010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,91,35); }

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

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

 a { background-color: rgb(84,91,35); }

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

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

 span { border-color: rgb(84,91,35); }

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