#546323

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

Shades of Saratoga #546323

Tints of Saratoga #546323

Color information

#546323 (or 0x546323) is unknown color: approx Saratoga. HEX triplet: 54, 63 and 23. RGB value is (84,99,35). Sum of RGB (Red+Green+Blue) = 84+99+35=218 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.53% from 218); Green value is 99 (39.06% from 255 or 45.41% from 218); Blue value is 35 (14.06% from 255 or 16.06% from 218); Max value from RGB is 99 - color contains mainly: green. Hex color #546323 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546323 is #AB9CDC. Grayscale: #575757. Windows color (decimal): -11246813 or 2319188. OLE color: 2319188.

HSL color Cylindrical-coordinate representation of color #546323: hue angle of 74.06º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #546323 is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.61.

Color convert

RGB849935-
CMYK0.1500.650.61
HSL74.06º47.76%26.27%-
HSV(B)74.06º64.65%38.82%-
XYZ8.4210.933.26-
YUV87.2298.53125.7-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.53%
GREEN value IS 99 (39.06% from 255) = 45.41%
BLUE value IS 35 (14.06% from 255) = 16.06%
R=38.53%
G=45.41%
B=16.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8499350.1500.650.6174.0647.7626.27
Hex546323F0413D4a301a
Octal12414343170101751126032
Binary10101001100011100011111101000001111101100101011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546323; }

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

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

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

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

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

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

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

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